Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
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
|
8 |
-
langchain
|
|
|
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
|
8 |
+
langchain-core==0.2.43 # Explicit version for compatibility
|