From b66ab5534e6ce3b3dca62e3493a5728fd8bd4189 Mon Sep 17 00:00:00 2001 From: annapaca Date: Sun, 4 Dec 2022 10:37:07 +0100 Subject: [PATCH] working with MNE 0.24.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c0cdd81..30399bba 100644 --- a/setup.py +++ b/setup.py @@ -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: