Jeremy Live
commited on
Commit
·
4084d18
1
Parent(s):
dc2d325
d3
Browse files- requirements.txt +12 -8
requirements.txt
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
gradio==5.41.1
|
2 |
-
langchain
|
3 |
-
langchain-community
|
4 |
-
langchain-google-genai
|
5 |
-
langgraph
|
6 |
-
matplotlib
|
7 |
-
pandas
|
8 |
-
sqlalchemy
|
9 |
-
python-dotenv
|
|
|
|
|
|
|
|
|
|
1 |
gradio==5.41.1
|
2 |
+
langchain==0.1.13
|
3 |
+
langchain-community==0.0.33
|
4 |
+
langchain-google-genai==0.1.3
|
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
|