Update requirements.txt
Browse files- 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.
|
5 |
-
tavily-python==0.
|
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
|