Spaces:
Runtime error
Runtime error
Commit
·
9b93c0c
1
Parent(s):
167ddac
Update requirements.txt
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
-
|
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==
|
|
|
1 |
+
|
|
|
|
|
|
|
|
|
2 |
numpy==1.19.5
|
3 |
pandas==1.1.5
|
4 |
joblib==1.0.1
|
5 |
+
scikit-learn==1.3
|