Skip to content

Commit

Permalink
working with MNE 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
annapasca committed Dec 4, 2022
1 parent 6dbacdd commit b66ab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import setup, find_packages

required_packages=[
"nipype", "networkx>=2.0", "numpy", "mne", "pybids", "h5py","scikit-learn", "matplotlib", "mne-bids"]
"nipype", "networkx>=2.0", "numpy", "mne==0.24.0", "pybids", "h5py","scikit-learn", "matplotlib", "mne-bids"]

VERSION = None
with open(os.path.join('ephypype', '__init__.py'), 'r') as fid:
Expand Down

0 comments on commit b66ab55

Please sign in to comment.