Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
gradio>=5.0.0
|
| 3 |
aiofiles>=24.1.0
|
| 4 |
unstructured-client==0.42.6
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
langchain-huggingface
|
| 6 |
langchain-community
|
| 7 |
sentence-transformers
|
|
|
|
|
|
| 1 |
+
# Force the specific versions at the top to prevent downgrades
|
|
|
|
| 2 |
aiofiles>=24.1.0
|
| 3 |
unstructured-client==0.42.6
|
| 4 |
+
gradio>=5.0.0
|
| 5 |
+
|
| 6 |
+
# Remaining dependencies
|
| 7 |
+
python-dotenv
|
| 8 |
langchain-huggingface
|
| 9 |
langchain-community
|
| 10 |
sentence-transformers
|
| 11 |
+
torch
|