-
Notifications
You must be signed in to change notification settings - Fork 4
/
requirements.txt
62 lines (55 loc) · 1.08 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# General dependencies
requests
PyYAML
ollama
Pygments
beautifulsoup4 # bs4 dependency
soupsieve # To avoid warning with BeautifulSoup
httpx
# Core langchain dependencies
langchain
langchain-huggingface
langchain_core
sentence-transformers
pandas==2.1.0 # Specific version for stability
numpy==1.26.4
transformers
typing_extensions
pydantic==2.9.2
# Additional dependencies for transformers
filelock
huggingface-hub<1.0,>=0.23.2
regex!=2019.12.17
safetensors>=0.4.1
tokenizers<0.21,>=0.20
tqdm
# Dependencies for faiss-cpu and others
faiss-cpu
urllib3<2.0.0
# Modules required for pydantic and httpx functionality
pydantic_core==2.23.4
annotated_types
sniffio
httpcore
h11
# Pandas dependencies
python-dateutil>=2.8.2
pytz>=2020.1
tzdata>=2022.7
# Newly observed dependencies
torch>=1.11.0
torchvision>=0.12.0
torchaudio>=0.11.0
pillow
scikit-learn==1.5.0 # Specific version for compatibility
scipy
fsspec
joblib
threadpoolctl
colorama
jinja2
networkx
sympy
mpmath<1.4,>=1.1.0
pypdf # For PDF support
markupsafe # Required by Jinja2