Jaykay73 commited on
Update requirements.txt
Browse files- requirements.txt +9 -47
requirements.txt
CHANGED
|
@@ -1,47 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
fsspec==2025.12.0
|
| 11 |
-
h11==0.16.0
|
| 12 |
-
huggingface-hub==0.36.0
|
| 13 |
-
idna==3.11
|
| 14 |
-
Jinja2==3.1.6
|
| 15 |
-
joblib==1.5.3
|
| 16 |
-
MarkupSafe==3.0.3
|
| 17 |
-
mpmath==1.3.0
|
| 18 |
-
networkx==3.6.1
|
| 19 |
-
numpy==2.4.0
|
| 20 |
-
packaging==25.0
|
| 21 |
-
pandas==2.3.3
|
| 22 |
-
pydantic==2.12.5
|
| 23 |
-
pydantic_core==2.41.5
|
| 24 |
-
python-dateutil==2.9.0.post0
|
| 25 |
-
python-dotenv==1.2.1
|
| 26 |
-
pytz==2025.2
|
| 27 |
-
PyYAML==6.0.3
|
| 28 |
-
regex==2025.11.3
|
| 29 |
-
requests==2.32.5
|
| 30 |
-
safetensors==0.7.0
|
| 31 |
-
scikit-learn==1.8.0
|
| 32 |
-
scipy==1.16.3
|
| 33 |
-
sentence-transformers==5.2.0
|
| 34 |
-
six==1.17.0
|
| 35 |
-
starlette==0.50.0
|
| 36 |
-
sympy==1.14.0
|
| 37 |
-
threadpoolctl==3.6.0
|
| 38 |
-
tokenizers==0.22.1
|
| 39 |
-
torch==2.9.1
|
| 40 |
-
tqdm==4.67.1
|
| 41 |
-
transformers==4.57.3
|
| 42 |
-
typing-inspection==0.4.2
|
| 43 |
-
typing_extensions==4.15.0
|
| 44 |
-
tzdata==2025.3
|
| 45 |
-
urllib3==2.6.2
|
| 46 |
-
uvicorn==0.40.0
|
| 47 |
-
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
requests
|
| 4 |
+
python-dotenv
|
| 5 |
+
pandas
|
| 6 |
+
numpy
|
| 7 |
+
sentence-transformers
|
| 8 |
+
faiss-cpu
|
| 9 |
+
scikit-learn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|