Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
-
streamlit==1.
|
| 2 |
-
pandas==2.0
|
| 3 |
-
plotly==5.
|
| 4 |
-
numpy==1.
|
| 5 |
-
|
| 6 |
-
pillow==9.5.0
|
| 7 |
openpyxl==3.1.2
|
|
|
|
| 1 |
+
streamlit==1.31.0
|
| 2 |
+
pandas==2.1.0
|
| 3 |
+
plotly==5.18.0
|
| 4 |
+
numpy==1.26.0
|
| 5 |
+
Pillow==10.1.0
|
|
|
|
| 6 |
openpyxl==3.1.2
|