aradhyapavan commited on
Commit
8fbf539
·
verified ·
1 Parent(s): ae661e7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -100
requirements.txt CHANGED
@@ -1,100 +1,19 @@
1
- aiohappyeyeballs 2.6.1
2
- aiohttp 3.12.15
3
- aiosignal 1.4.0
4
- annotated-types 0.7.0
5
- anyio 4.10.0
6
- attrs 25.3.0
7
- blinker 1.9.0
8
- certifi 2025.8.3
9
- charset-normalizer 3.4.3
10
- click 8.2.1
11
- colorama 0.4.6
12
- dataclasses-json 0.6.7
13
- docstring_parser 0.17.0
14
- eval_type_backport 0.2.2
15
- faiss-cpu 1.12.0
16
- filelock 3.19.1
17
- Flask 3.1.2
18
- frozenlist 1.7.0
19
- fsspec 2025.9.0
20
- gitdb 4.0.12
21
- GitPython 3.1.45
22
- greenlet 3.2.4
23
- h11 0.16.0
24
- httpcore 1.0.9
25
- httpx 0.28.1
26
- httpx-sse 0.4.1
27
- huggingface-hub 0.34.4
28
- idna 3.10
29
- invoke 2.2.0
30
- itsdangerous 2.2.0
31
- Jinja2 3.1.6
32
- joblib 1.5.2
33
- jsonpatch 1.33
34
- jsonpointer 3.0.0
35
- langchain 0.3.27
36
- langchain-community 0.3.29
37
- langchain-core 0.3.75
38
- langchain-text-splitters 0.3.11
39
- langsmith 0.4.25
40
- markdown-it-py 4.0.0
41
- MarkupSafe 3.0.2
42
- marshmallow 3.26.1
43
- mdurl 0.1.2
44
- mistralai 1.9.10
45
- mpmath 1.3.0
46
- multidict 6.6.4
47
- mypy_extensions 1.1.0
48
- networkx 3.5
49
- numpy 2.3.2
50
- orjson 3.11.3
51
- packaging 25.0
52
- pandas 2.3.2
53
- phidata 2.7.10
54
- pillow 11.3.0
55
- pip 24.0
56
- propcache 0.3.2
57
- pydantic 2.11.7
58
- pydantic_core 2.33.2
59
- pydantic-settings 2.10.1
60
- Pygments 2.19.2
61
- pypdf 6.0.0
62
- python-dateutil 2.9.0.post0
63
- python-dotenv 1.1.1
64
- pytz 2025.2
65
- PyYAML 6.0.2
66
- regex 2025.9.1
67
- reportlab 4.4.3
68
- requests 2.32.5
69
- requests-toolbelt 1.0.0
70
- rich 14.1.0
71
- safetensors 0.6.2
72
- scikit-learn 1.7.1
73
- scipy 1.16.1
74
- sentence-transformers 5.1.0
75
- sentencepiece 0.2.1
76
- setuptools 65.5.0
77
- shellingham 1.5.4
78
- six 1.17.0
79
- smmap 5.0.2
80
- sniffio 1.3.1
81
- SQLAlchemy 2.0.43
82
- sympy 1.14.0
83
- tenacity 9.1.2
84
- threadpoolctl 3.6.0
85
- tokenizers 0.22.0
86
- tomli 2.2.1
87
- torch 2.8.0
88
- tqdm 4.67.1
89
- transformers 4.56.1
90
- typer 0.17.4
91
- typing_extensions 4.15.0
92
- typing-inspect 0.9.0
93
- typing-inspection 0.4.1
94
- tzdata 2025.2
95
- urllib3 2.5.0
96
- uv 0.8.15
97
- Werkzeug 3.1.3
98
- yarl 1.20.1
99
- zstandard 0.24.0
100
-
 
1
+ Flask==3.0.3
2
+ Werkzeug==3.0.3
3
+ gunicorn==22.0.0
4
+ torch==2.3.1
5
+ numpy==1.26.4
6
+ pandas==2.2.2
7
+ python-dotenv==1.0.1
8
+ pypdf==4.3.1
9
+ reportlab==4.2.2
10
+ pillow==10.4.0
11
+ faiss-cpu==1.8.0.post1
12
+ transformers==4.44.2
13
+ sentence-transformers==3.0.1
14
+ sentencepiece==0.2.0
15
+ langchain==0.2.12
16
+ langchain-community==0.2.11
17
+ langchain-text-splitters==0.2.2
18
+ mistralai==1.2.2
19
+ phidata==2.7.6