Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
pandas
|
| 3 |
-
numpy
|
| 4 |
-
plotly
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 1 |
+
streamlit==1.37.1
|
| 2 |
+
pandas==2.2.1
|
| 3 |
+
numpy==1.26.0
|
| 4 |
+
plotly==5.24.1
|
| 5 |
+
streamlit-option-menu==0.4.0
|
| 6 |
+
openpyxl==3.1.2
|