Jeremy Live commited on
Commit
a5345be
·
1 Parent(s): e41b02f
Files changed (1) hide show
  1. requirements.txt +13 -13
requirements.txt CHANGED
@@ -1,13 +1,13 @@
1
- gradio>=5.41.1
2
- langchain>=0.1.13
3
- langchain-community>=0.0.33
4
- langchain-google-genai>=2.1.9
5
- langgraph>=0.0.33
6
- matplotlib>=3.8.3
7
- pandas>=2.2.1
8
- sqlalchemy>=2.0.28
9
- python-dotenv>=1.0.1
10
- pymysql>=1.1.0
11
- google-generativeai>=0.3.2
12
- numpy>=1.26.4
13
- python-multipart>=0.0.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
9
+ sqlalchemy==2.0.28
10
+ python-dotenv==1.0.1
11
+ pymysql==1.1.0
12
+ numpy==1.26.4
13
+ python-multipart==0.0.9