Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.6
|
| 2 |
+
uvicorn[standard]==0.32.1
|
| 3 |
+
pydantic==2.10.4
|
| 4 |
+
httpx==0.28.1
|
| 5 |
+
websockets==13.1
|
| 6 |
+
numpy==2.2.1
|
| 7 |
+
pandas==2.2.3
|
| 8 |
+
python-dotenv==1.0.1
|
| 9 |
+
supabase==2.10.0
|
| 10 |
+
cryptography==44.0.0
|
| 11 |
+
huggingface-hub==0.27.0
|