Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -6
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
-
numpy
|
3 |
-
scikit-learn
|
4 |
-
pandas
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
+
numpy==1.23.5
|
3 |
+
scikit-learn==1.2.2
|
4 |
+
sklearn-pandas==2.2.0
|
5 |
+
joblib==1.3.2
|
6 |
+
matplotlib==3.7.1
|
7 |
+
matplotlib-inline==0.1.6
|
8 |
+
matplotlib-venn==0.11.9
|
9 |
+
seaborn==0.12.2
|