Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC, MAINT] Updated dependency version numbers #763

Merged
merged 1 commit into from
Jul 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ More information and documentation can be found at https://tedana.readthedocs.io
You'll need to set up a working development environment to use `tedana`.
To set up a local environment, you will need Python >=3.6 and the following packages will need to be installed:

* [numpy>=1.14](http://www.numpy.org/)
* [numpy](http://www.numpy.org/)
* [scipy](https://www.scipy.org/)
* [scikit-learn](http://scikit-learn.org/stable/)
* [nilearn](https://nilearn.github.io/)
* [nibabel>=2.1.0](http://nipy.org/nibabel/)
* [nibabel](http://nipy.org/nibabel/)
* [mapca](https://github.com/ME-ICA/mapca)

You can then install `tedana` with
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To set up a local environment, you will need Python >=3.6 and the following
packages will need to be installed:

- nilearn
- nibabel>=2.1.0
- nibabel
- numpy
- scikit-learn
- scipy
Expand Down
10 changes: 5 additions & 5 deletions tedana/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
'mapca~=0.0.1',
'matplotlib',
'nibabel>=2.5.1',
'nilearn>=0.5.2',
'numpy>=1.15',
'pandas',
'scikit-learn>=0.19.1',
'scipy>=1.1.0',
'nilearn>=0.7',
'numpy>=1.16',
'pandas>=0.24',
'scikit-learn>=0.21',
'scipy>=1.2.0',
'threadpoolctl'
]

Expand Down