Skip to content

Commit e4b55a2

Browse files
solving the issue with osf
1 parent 37d569f commit e4b55a2

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
@@ -20,7 +20,7 @@ classifiers = [
2020
"Topic :: Scientific/Engineering",
2121
"Topic :: Software Development",
2222
]
23-
dependencies = ["mne>=1.8", "numpy>=1.23", "scipy>=1.9"]
23+
dependencies = ["mne>=1.10.2", "numpy>=1.23", "scipy>=1.9"]
2424
description = "MNE-BIDS: Organizing MEG, EEG, and iEEG data according to the BIDS specification and facilitating their analysis with MNE-Python"
2525
dynamic = ["version"]
2626
keywords = [

0 commit comments

Comments
 (0)