Jeremy Live
commited on
Commit
·
e41b02f
1
Parent(s):
64ea2fb
d5
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
gradio
|
2 |
-
langchain
|
3 |
-
langchain-community
|
4 |
-
langchain-google-genai
|
5 |
-
langgraph
|
6 |
-
matplotlib
|
7 |
-
pandas
|
8 |
-
sqlalchemy
|
9 |
-
python-dotenv
|
10 |
-
pymysql
|
11 |
-
google-generativeai
|
12 |
-
numpy
|
13 |
-
python-multipart
|
|
|
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
|