From 7e1cf2c6ce471b2ba69190d18e85070f22acfdbb Mon Sep 17 00:00:00 2001 From: Dan Handwerker <7406227+handwerkerd@users.noreply.github.com> Date: Thu, 22 Jul 2021 09:33:25 -0400 Subject: [PATCH] Updated dependency version numbering (#763) --- README.md | 4 ++-- docs/installation.rst | 2 +- tedana/info.py | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 06346dab5..d200ace1b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/installation.rst b/docs/installation.rst index d49dd145a..39998e399 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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 diff --git a/tedana/info.py b/tedana/info.py index c79f9ea24..136eb307d 100644 --- a/tedana/info.py +++ b/tedana/info.py @@ -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' ]