model-explorer / requirements.txt
bruAristimunha's picture
Restore huggingface_hub<1.0 pin (gradio 5.0.x still uses HfFolder)
ea1577d verified
raw
history blame contribute delete
422 Bytes
# braindecode 1.5 is dev-only on PyPI; install from git so the Space
# matches what we develop against locally.
braindecode @ git+https://github.com/braindecode/braindecode.git@master
torch>=2.0
torchinfo>=1.8
gradio>=5.0
docutils>=0.20
mne>=1.11
# Gradio 5.0.x still imports HfFolder (removed only in huggingface_hub 1.0+).
# Pin until we move to a gradio version that drops the legacy import.
huggingface_hub>=0.23,<1.0