Jeremy Live commited on
Commit
e41b02f
·
1 Parent(s): 64ea2fb
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==0.1.0
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>=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