Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
numpy
|
4 |
-
matplotlib
|
5 |
-
|
6 |
-
|
|
|
|
1 |
+
streamlit==1.33.0
|
2 |
+
pandas==2.2.2
|
3 |
+
numpy==1.26.4
|
4 |
+
matplotlib==3.8.4
|
5 |
+
scikit-learn==1.4.2
|
6 |
+
pyod==1.1.3
|
7 |
+
plotly==5.20.0
|