Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
1 |
+
# requirements.txt
|
2 |
+
gradio>=4.44,<5 # interfaz web
|
3 |
+
pandas>=2.2 # gestión de datos
|
4 |
+
plotly>=5.22 # gráficas (Gantt, pastel)
|
5 |
+
openpyxl>=3.1 # exportar a Excel
|