Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
cohere
|
| 2 |
-
numpy
|
| 3 |
-
python-dotenv
|
| 4 |
-
chromadb
|
| 5 |
-
gradio
|
| 6 |
-
gradio-client
|
| 7 |
-
pydantic
|
| 8 |
-
wheel
|
|
|
|
| 1 |
+
cohere>=4.0.0
|
| 2 |
+
numpy>=1.21.0
|
| 3 |
+
python-dotenv>=0.19.0
|
| 4 |
+
chromadb>=0.3.21
|
| 5 |
+
gradio>=3.0,<3.35
|
| 6 |
+
gradio-client>=0.2.8,<0.3.0
|
| 7 |
+
pydantic==2.10.6
|
| 8 |
+
wheel
|