Spaces:
Running
Running
Fix: install braindecode from git (1.5 not yet on PyPI)
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
-
braindecode
|
|
|
|
|
|
|
| 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
|