Jeremy Live
commited on
Commit
·
5e701dc
1
Parent(s):
c3e2483
d8
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
gradio==5.41.1
|
2 |
langchain==0.1.13
|
3 |
langchain-community==0.0.33
|
4 |
-
|
5 |
-
google-
|
|
|
6 |
langgraph==0.0.33
|
7 |
matplotlib==3.8.3
|
8 |
pandas==2.2.1
|
|
|
1 |
gradio==5.41.1
|
2 |
langchain==0.1.13
|
3 |
langchain-community==0.0.33
|
4 |
+
# Using versions that are known to work together
|
5 |
+
langchain-google-genai==0.0.11
|
6 |
+
google-generativeai>=0.4.1,<0.5.0 # Version range required by langchain-google-genai
|
7 |
langgraph==0.0.33
|
8 |
matplotlib==3.8.3
|
9 |
pandas==2.2.1
|