Skip to content

Commit

Permalink
Add restriction on MNE becuase of the removal of head meas deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
jstout211 committed Jun 5, 2024
1 parent eb7ef58 commit 3ac989d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers=[
"Operating System :: Linux/Unix",
]
dependencies = [
'mne<1.7', 'numpy', 'pytest', 'joblib', 'nibabel','mne_bids','pandas', 'wget',
'mne<1.7', 'numpy', 'pytest', 'joblib', 'nibabel','mne_bids','pandas', 'wget','nilearn',
'pyctf-lite @ git+https://github.com/nih-megcore/[email protected]#egg=pyctf-lite'
]
dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"Operating System :: Linux/Unix",
],
python_requires='>=3.6',
install_requires=['mne', 'numpy', 'pytest', 'joblib', 'nibabel','mne_bids','pandas', 'pyctf-lite @ git+https://github.com/nih-megcore/[email protected]#egg=pyctf-lite', 'wget'],
install_requires=['mne<1.17', 'numpy', 'pytest', 'joblib', 'nibabel','mne_bids','pandas', 'pyctf-lite @ git+https://github.com/nih-megcore/[email protected]#egg=pyctf-lite', 'wget'],
scripts=['cmdline/make_bids_fs_swarm.sh',
'nih2mne/bstags.py',
'nih2mne/calc_mnetrans.py',
Expand Down

0 comments on commit 3ac989d

Please sign in to comment.