Spaces:
Runtime error
Runtime error
Commit ·
e67fa85
1
Parent(s): 1542ff3
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|