bruAristimunha commited on
Commit
a65222d
·
verified ·
1 Parent(s): b023655

Fix: install braindecode from git (1.5 not yet on PyPI)

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
- braindecode>=1.5
 
 
2
  torch>=2.0
3
  torchinfo>=1.8
4
  gradio>=4.44
 
1
+ # braindecode 1.5 is dev-only on PyPI; install from git so the Space
2
+ # matches what we develop against locally.
3
+ braindecode @ git+https://github.com/braindecode/braindecode.git@master
4
  torch>=2.0
5
  torchinfo>=1.8
6
  gradio>=4.44