Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
altair
|
| 2 |
streamlit==1.21.0
|
| 3 |
-
scikit-learn
|
| 4 |
-
pandas
|
| 5 |
-
numpy
|
|
|
|
| 1 |
+
altair==4.2.2
|
| 2 |
streamlit==1.21.0
|
| 3 |
+
scikit-learn==1.2.2
|
| 4 |
+
pandas==1.5.3
|
| 5 |
+
numpy==1.23.5
|