Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.0
|
| 2 |
+
uvicorn[standard]==0.30.6
|
| 3 |
+
httpx==0.27.2
|
| 4 |
+
python-dateutil==2.9.0.post0
|
| 5 |
+
dateparser==1.2.0
|
| 6 |
+
pytz==2024.1
|
| 7 |
+
numpy==2.1.1
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 11 |
+
torch==2.5.1+cpu
|
| 12 |
+
|
| 13 |
+
sentence-transformers==3.0.1
|