diff --git a/pyproject.toml b/pyproject.toml index c1a37de..5d859cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,18 +37,21 @@ classifiers = [ ] scripts = { mne = "mne.commands.utils:main" } dependencies = [ - "numpy>=1.21.2", - "scipy>=1.7.1", - "matplotlib>=3.5.0", + "numpy", + "scipy", + "matplotlib", "tqdm", "scikit-learn", "nibabel", "pandas", "seaborn", "imbalanced-learn", - "pymvpa2", + #"pymvpa2", "mne", - "lazy_loader>=0.3", + "lazy_loader", + "statsmodels", + "pybids", + "nilearn", "pymatreader", "h5py" ]