edouardlgp commited on
Commit
cb7e536
·
verified ·
1 Parent(s): 730b86a

fix version compatibility

Browse files
Files changed (1) hide show
  1. 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.29 # Community version matching 0.1.x
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