mgbam commited on
Commit
a09674f
·
verified ·
1 Parent(s): d33dd6e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -8
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- # requirements.txt
2
- streamlit==1.35.0
3
- langgraph==0.2.53
4
- langchain-groq==0.1.3
5
- tavily-python==0.0.7
6
- sqlite3==3.45.3
7
- plotly==5.22.0
8
- python-multipart==0.0.9
 
 
1
+ # requirements.txt
2
+ streamlit==1.35.0
3
+ langgraph==0.2.53
4
+ langchain-groq==0.1.4 # Updated version
5
+ tavily-python==0.5.1 # Latest available version
6
+ sqlite3==3.45.3
7
+ plotly==5.22.0
8
+ python-multipart==0.0.9
9
+ huggingface-hub==0.23.3