Skip to content

Commit

Permalink
Merge branch 'main' into no_viz_coreg
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohil8 committed Dec 1, 2023
2 parents ab243ac + 2c72cb8 commit eb0ef30
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 @@ -9,7 +9,7 @@
README = (HERE / "README.md").read_text()

# Requirement categories
reqs = ['numpy', 'scipy', 'matplotlib', 'mne>=1.0.0', 'scikit-learn', 'fslpy',
reqs = ['numpy', 'scipy', 'matplotlib', 'mne~=1.3.1', 'scikit-learn', 'fslpy',
'sails', 'tabulate', 'pyyaml>=5.1', 'neurokit2', 'jinja2==3.0.3',
'glmtools', 'numba', 'nilearn', 'dask', 'distributed', 'parse',
'opencv-python', 'panel', 'h5io']
Expand Down

0 comments on commit eb0ef30

Please sign in to comment.