Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
plotly
|
4 |
-
numpy
|
5 |
seaborn>=0.12.0
|
6 |
matplotlib>=3.7.0
|
|
|
1 |
+
streamlit==1.47.0
|
2 |
+
pandas==2.3.0
|
3 |
+
plotly==6.2.0
|
4 |
+
numpy==1.26.4
|
5 |
seaborn>=0.12.0
|
6 |
matplotlib>=3.7.0
|