simonmorley commited on
Commit
099c729
·
verified ·
1 Parent(s): 5d587b9

pin gradio==5.9.1 + huggingface_hub<1.0

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- gradio>=4.0
2
- huggingface_hub>=1.0
3
  scikit-learn>=1.5
4
  joblib>=1.3
5
  numpy>=1.26
 
1
+ gradio==5.9.1
2
+ huggingface_hub>=0.27,<1.0
3
  scikit-learn>=1.5
4
  joblib>=1.3
5
  numpy>=1.26