We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d076280 commit c597c4eCopy full SHA for c597c4e
pyproject.toml
@@ -61,7 +61,8 @@ override-dependencies = [
61
[tool.uv.sources]
62
# Solve this when we release a new version of braindecode and mne-python
63
braindecode = { git = "https://github.com/braindecode/braindecode.git", branch = "master" }
64
-mne = { git = "https://github.com/bruAristimunha/mne-python.git", branch = "fix-fnris-reading" }
+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" }
66
67
[project.urls]
68
Homepage = "https://github.com/sccn/EEG-Dash-Data"
0 commit comments