Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.0.0
|
2 |
+
numpy>=1.9.2
|
3 |
+
pandas>=0.19
|
4 |
+
matplotlib>=1.4.3
|
5 |
+
scikit-learn>=0.18
|
6 |
+
joblib==0.15.1
|
7 |
+
xgboost>=1.4.0
|