AYI-NEDJIMI commited on
Commit
b341b4f
·
verified ·
1 Parent(s): 757fe70

Upgrade to Gradio 5.50.0 for Python 3.13 compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  gradio==5.50.0
2
- plotly==5.18.0
3
- pandas==2.1.4
4
- huggingface_hub==0.24.7
 
1
  gradio==5.50.0
2
+ plotly>=5.18.0
3
+ pandas>=2.1.0
4
+ huggingface_hub>=0.33.5