Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
# requirements.txt
|
2 |
streamlit==1.35.0
|
3 |
langgraph==0.2.53
|
4 |
langchain-groq==0.1.4
|
5 |
tavily-python==0.5.1
|
6 |
plotly==5.22.0
|
7 |
python-multipart==0.0.9
|
8 |
-
langchain-community==0.
|
|
|
|
|
|
1 |
streamlit==1.35.0
|
2 |
langgraph==0.2.53
|
3 |
langchain-groq==0.1.4
|
4 |
tavily-python==0.5.1
|
5 |
plotly==5.22.0
|
6 |
python-multipart==0.0.9
|
7 |
+
langchain-community==0.0.34 # Compatible version
|
8 |
+
langchain-core==0.2.43 # Explicitly set to avoid conflicts
|