Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,5 @@
|
|
| 1 |
-
streamlit
|
| 2 |
python-dotenv
|
| 3 |
-
|
| 4 |
-
langchain-
|
| 5 |
-
langchain-huggingface
|
| 6 |
-
streamlit-chat
|
| 7 |
-
huggingface-hub
|
| 8 |
-
langchain
|
|
|
|
|
|
|
| 1 |
python-dotenv
|
| 2 |
+
streamlit==1.50.0
|
| 3 |
+
langchain-core>=0.3.28
|
| 4 |
+
langchain-huggingface>=0.1.0
|
| 5 |
+
streamlit-chat>=0.1.1
|
|
|
|
|
|