Spaces:
Sleeping
Sleeping
fix version compatibility
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
crewai==0.28.8
|
2 |
langchain==0.1.16 # Specific version compatible with both
|
3 |
-
langchain-community==0.0.
|
4 |
gradio==4.24.0
|
5 |
huggingface-hub==0.23.0
|
6 |
python-dotenv==1.0.0 # Explicitly matching crewai's requirement
|
|
|
1 |
crewai==0.28.8
|
2 |
langchain==0.1.16 # Specific version compatible with both
|
3 |
+
langchain-community==0.0.32 # The exact version langchain 0.1.16 requires
|
4 |
gradio==4.24.0
|
5 |
huggingface-hub==0.23.0
|
6 |
python-dotenv==1.0.0 # Explicitly matching crewai's requirement
|