Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -7
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
5 |
python-multipart
|
6 |
-
requests
|
7 |
-
pillow
|
8 |
-
pymongo
|
|
|
1 |
+
pymongo==4.9.2
|
2 |
+
groq==0.5.0
|
3 |
+
faiss-cpu==1.7.4
|
4 |
+
torch==2.1.1
|
5 |
+
transformers==4.43.4
|
6 |
+
Pillow==10.4.0
|
7 |
+
fastapi==0.112.0
|
8 |
+
uvicorn==0.30.5
|
9 |
+
pydantic==2.8.2
|
10 |
python-multipart
|
11 |
+
requests
|
|
|
|