kathiasi commited on
Commit
09d27e4
·
verified ·
1 Parent(s): 1f4840b

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -11,4 +11,6 @@ tensorboardX==2.0
11
  git+https://github.com/NVIDIA/[email protected]#egg=dllogger
12
  gradio==5.15
13
  pydantic==2.10.6
14
- huggingface-hub==0.19.4
 
 
 
11
  git+https://github.com/NVIDIA/[email protected]#egg=dllogger
12
  gradio==5.15
13
  pydantic==2.10.6
14
+ # Allow a recent huggingface-hub compatible with Gradio's requirements.
15
+ # Gradio 5.15 requires huggingface-hub>=0.28.1, so allow any 0.x release >=0.28.1
16
+ huggingface-hub>=0.28.1,<1.0.0