Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
streamlit==1.
|
2 |
-
pandas==
|
3 |
numpy==1.24.3
|
4 |
-
plotly==5.
|
5 |
-
Pillow==
|
|
|
|
1 |
+
streamlit==1.22.0
|
2 |
+
pandas==1.5.3
|
3 |
numpy==1.24.3
|
4 |
+
plotly==5.13.1
|
5 |
+
Pillow==9.5.0
|
6 |
+
scikit-learn==1.2.2
|