mgbam commited on
Commit
8483a5d
·
verified ·
1 Parent(s): 40d0d15

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  streamlit==1.35.0
2
- langgraph==0.1.0 # Older but stable version
3
- langchain-groq==0.1.0 # Compatible version
4
  tavily-python==0.5.1
5
  plotly==5.22.0
6
  python-multipart==0.0.9
7
- langchain-community==0.0.20 # Compatible version
8
- langchain-core==0.1.45 # Base version for compatibility
 
1
  streamlit==1.35.0
2
+ langgraph==0.2.53 # Latest stable version
3
+ langchain-groq==0.1.4 # Compatible version
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 # Explicit version for compatibility