sanjaystarc commited on
Commit
7c168ea
·
verified ·
1 Parent(s): e1c1a1e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -14
requirements.txt CHANGED
@@ -1,14 +1,14 @@
1
- langchain==0.3.7
2
- langchain-google-genai==2.0.5
3
- langchain-experimental==0.3.3
4
- langchain-community==0.3.7
5
- google-generativeai==0.8.3
6
- pandas==2.2.3
7
- openpyxl==3.1.5
8
- xlrd==2.0.1
9
- matplotlib==3.9.2
10
- seaborn==0.13.2
11
- plotly==5.24.1
12
- streamlit==1.40.1
13
- python-dotenv==1.0.1
14
- tabulate==0.9.0
 
1
+ langchain
2
+ langchain-google-genai
3
+ langchain-experimental
4
+ langchain-community
5
+ google-generativeai
6
+ pandas
7
+ openpyxl
8
+ xlrd
9
+ matplotlib
10
+ seaborn
11
+ plotly
12
+ streamlit
13
+ python-dotenv
14
+ tabulate