bruAristimunha commited on
Commit
95b4e06
·
verified ·
1 Parent(s): 42b5f7c

Pin huggingface_hub<1.0 (gradio 4.44 needs HfFolder)

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -3,7 +3,9 @@
3
  braindecode @ git+https://github.com/braindecode/braindecode.git@master
4
  torch>=2.0
5
  torchinfo>=1.8
6
- gradio>=4.44
7
  docutils>=0.20
8
  mne>=1.11
9
- huggingface_hub>=0.20
 
 
 
3
  braindecode @ git+https://github.com/braindecode/braindecode.git@master
4
  torch>=2.0
5
  torchinfo>=1.8
6
+ gradio==4.44.0
7
  docutils>=0.20
8
  mne>=1.11
9
+ # Pin huggingface_hub to <1.0: gradio 4.44 imports HfFolder, which was
10
+ # removed in huggingface_hub 1.0.
11
+ huggingface_hub>=0.23,<1.0