Skip to content

Commit c597c4e

Browse files
chore: update MNE and MNE-BIDS dependency sources
- Switch MNE from fork to official mne-tools/mne-python main branch - Add mne_bids source from fork with MEF3 reader support
1 parent d076280 commit c597c4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ override-dependencies = [
6161
[tool.uv.sources]
6262
# Solve this when we release a new version of braindecode and mne-python
6363
braindecode = { git = "https://github.com/braindecode/braindecode.git", branch = "master" }
64-
mne = { git = "https://github.com/bruAristimunha/mne-python.git", branch = "fix-fnris-reading" }
64+
mne = { git = "https://github.com/mne-tools/mne-python.git", branch = "main" }
65+
mne_bids = { git = "https://github.com/bruAristimunha/mne-bids.git", branch = "add-mef3-reader-support" }
6566

6667
[project.urls]
6768
Homepage = "https://github.com/sccn/EEG-Dash-Data"

0 commit comments

Comments
 (0)