Spaces:
Runtime error
Runtime error
Commit
·
167ddac
1
Parent(s):
bfd8146
Upload requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
dash==1.19.0
|
2 |
+
dash-core-components==1.15.0
|
3 |
+
dash-html-components==1.1.2
|
4 |
+
dash-renderer==1.9.0
|
5 |
+
gunicorn==20.0.4
|
6 |
+
numpy==1.19.5
|
7 |
+
pandas==1.1.5
|
8 |
+
joblib==1.0.1
|
9 |
+
scikit-learn==0.24.2
|