Spaces:
Sleeping
Sleeping
fix versions in requirements
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,4 +3,4 @@ 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.
|
|
|
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
|