Skip to content

Commit 34b0881

Browse files
testing to see if the root come from the h5py
1 parent e4b55a2 commit 34b0881

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.10.2", "numpy>=1.23", "scipy>=1.9"]
23+
dependencies = ["h5py!=3.15.0", "mne>=1.10.2", "numpy>=1.23", "scipy>=1.9"] # temporary fix because of this: https://github.com/h5py/h5py/issues/2726
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)