Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# minimal deps for your app.py
|
| 2 |
+
gradio>=4.31.0,<5
|
| 3 |
+
plotly>=5.22,<6
|
| 4 |
+
pandas>=2.0,<3
|