Skip to content

Commit 4863705

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 216a597 commit 4863705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
"Topic :: Scientific/Engineering",
2020
"Topic :: Software Development",
2121
]
22-
dependencies = ["mne>=1.7", "mne<1.9", "numpy>=1.21.2", "scipy>=1.7.1"]
22+
dependencies = ["mne<1.9", "mne>=1.7", "numpy>=1.21.2", "scipy>=1.7.1"]
2323
description = "MNE-BIDS: Organizing MEG, EEG, and iEEG data according to the BIDS specification and facilitating their analysis with MNE-Python"
2424
dynamic = ["version"]
2525
keywords = [

0 commit comments

Comments
 (0)