Spaces:
Sleeping
Sleeping
| # 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 | |