MLDeveloper commited on
Commit
1b85d2c
·
verified ·
1 Parent(s): f40f172

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -13
requirements.txt CHANGED
@@ -1,18 +1,12 @@
1
 
2
  google-generativeai==0.3.2
3
- deep-translator
4
- Pillow
5
- graphviz
6
- streamlit==1.27.2
7
- openai>=1.0.0
8
- python-dotenv==1.0.0
9
- Pillow==10.0.0
10
- graphviz==0.20.1
11
- streamlit
12
- scikit-learn
13
- pandas
14
- numpy
15
- matplotlib
16
 
17
 
18
 
 
1
 
2
  google-generativeai==0.3.2
3
+ streamlit==1.32.2
4
+ scikit-learn==1.4.2
5
+ pandas==2.2.2
6
+ joblib==1.4.0
7
+ matplotlib==3.8.4
8
+ numpy==1.26.4
9
+
 
 
 
 
 
 
10
 
11
 
12