Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
streamlit>=1.
|
2 |
-
torch>=
|
3 |
-
transformers>=4.36
|
4 |
-
requests
|
5 |
-
langdetect
|
6 |
langchain>=0.1.0
|
7 |
-
langchain-core>=0.1.
|
8 |
-
langchain-huggingface>=0.0.
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.30.0
|
2 |
+
torch>=2.0.0
|
3 |
+
transformers>=4.36.0
|
|
|
|
|
4 |
langchain>=0.1.0
|
5 |
+
langchain-core>=0.1.23
|
6 |
+
langchain-huggingface>=0.0.7
|
7 |
+
huggingface_hub>=0.20.3
|
8 |
+
langdetect>=1.0.9
|
9 |
+
requests>=2.31.0
|