Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
huggingface-hub>=0.23.0
|
2 |
langchain==0.0.208 # Version compatible with pydantic <2
|
3 |
langchain-core==0.1.0 # Downgrade to a version that supports pydantic 1.x
|
4 |
-
langchain-huggingface
|
5 |
gradio==3.41.2
|
6 |
datasets==2.15.1
|
7 |
pandas==2.1.1
|
|
|
1 |
huggingface-hub>=0.23.0
|
2 |
langchain==0.0.208 # Version compatible with pydantic <2
|
3 |
langchain-core==0.1.0 # Downgrade to a version that supports pydantic 1.x
|
4 |
+
langchain-huggingface # Compatible with this version of langchain-core
|
5 |
gradio==3.41.2
|
6 |
datasets==2.15.1
|
7 |
pandas==2.1.1
|