Jeremy Live commited on
Commit
5e701dc
·
1 Parent(s): c3e2483
Files changed (1) hide show
  1. 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
- langchain-google-genai==0.0.11 # Last version before major version bump
5
- google-generativeai==0.3.2 # Compatible version with langchain-google-genai
 
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