Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -13
requirements.txt
CHANGED
@@ -1,18 +1,12 @@
|
|
1 |
|
2 |
google-generativeai==0.3.2
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
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 |
|