Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
gradio>=6.0.0
|
| 2 |
pandas
|
| 3 |
-
plotly
|
| 4 |
-
kaleido
|
| 5 |
openpyxl
|
| 6 |
-
numpy
|
|
|
|
|
|
| 1 |
gradio>=6.0.0
|
| 2 |
pandas
|
| 3 |
+
plotly>=5.24.0
|
| 4 |
+
kaleido==0.2.1
|
| 5 |
openpyxl
|
| 6 |
+
numpy
|
| 7 |
+
pillow
|