Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
scikit-learn
|
|
@@ -16,7 +18,6 @@ numpy==1.21.0
|
|
| 16 |
pandas==1.3.0
|
| 17 |
joblib==1.0.1
|
| 18 |
matplotlib==3.4.2
|
| 19 |
-
|
| 20 |
-
pip install --upgrade pip
|
| 21 |
|
| 22 |
|
|
|
|
| 1 |
+
pip install -r
|
| 2 |
+
pip install --upgrade pip
|
| 3 |
streamlit
|
| 4 |
pandas
|
| 5 |
scikit-learn
|
|
|
|
| 18 |
pandas==1.3.0
|
| 19 |
joblib==1.0.1
|
| 20 |
matplotlib==3.4.2
|
| 21 |
+
|
|
|
|
| 22 |
|
| 23 |
|