Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -1,12 +1,17 @@
|
|
| 1 |
fastapi==0.115.0
|
| 2 |
uvicorn==0.30.6
|
|
|
|
| 3 |
groq==0.11.0
|
| 4 |
pinecone==5.0.1
|
| 5 |
sentence-transformers==3.1.1
|
|
|
|
| 6 |
pandas==2.2.3
|
| 7 |
pydantic==2.9.2
|
| 8 |
python-dotenv==1.0.1
|
|
|
|
| 9 |
gradio==4.44.0
|
| 10 |
httpx==0.27.2
|
| 11 |
python-multipart==0.0.12
|
| 12 |
-
|
|
|
|
|
|
|
|
|
| 1 |
fastapi==0.115.0
|
| 2 |
uvicorn==0.30.6
|
| 3 |
+
|
| 4 |
groq==0.11.0
|
| 5 |
pinecone==5.0.1
|
| 6 |
sentence-transformers==3.1.1
|
| 7 |
+
|
| 8 |
pandas==2.2.3
|
| 9 |
pydantic==2.9.2
|
| 10 |
python-dotenv==1.0.1
|
| 11 |
+
|
| 12 |
gradio==4.44.0
|
| 13 |
httpx==0.27.2
|
| 14 |
python-multipart==0.0.12
|
| 15 |
+
|
| 16 |
+
# IMPORTANT: keep this compatible with gradio
|
| 17 |
+
aiofiles>=22.0,<24.0
|