astroza commited on
Commit
260523c
·
1 Parent(s): 13a06cd

Update requirements to specify minimum versions for gradio and huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
- gradio==4.44.0
2
- pandas==2.0.3
 
 
1
+ gradio>=5.35
2
+ huggingface_hub>=1.0
3
+ pandas