Spaces:
Sleeping
Sleeping
Update requirements.txt.txt
Browse files- requirements.txt.txt +5 -5
requirements.txt.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
streamlit
|
2 |
-
numpy
|
3 |
-
scipy
|
4 |
-
plotly
|
5 |
-
pandas
|
|
|
1 |
+
streamlit==1.32.2
|
2 |
+
numpy==1.26.4
|
3 |
+
scipy==1.12.0
|
4 |
+
plotly==5.20.0
|
5 |
+
pandas==2.2.1
|