Skip to content

Commit

Permalink
FIX: removing pymvpa support
Browse files Browse the repository at this point in the history
  • Loading branch information
robbisg committed Jul 23, 2024
1 parent 371c725 commit 35c3c28
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit 35c3c28

Please sign in to comment.