Upgrade to Gradio 5.50.0 for Python 3.13 compatibility
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
gradio==5.50.0
|
| 2 |
-
plotly=
|
| 3 |
-
pandas=
|
| 4 |
-
huggingface_hub=
|
|
|
|
| 1 |
gradio==5.50.0
|
| 2 |
+
plotly>=5.18.0
|
| 3 |
+
pandas>=2.1.0
|
| 4 |
+
huggingface_hub>=0.33.5
|