diff --git a/.github/Dockerfiles/Ubuntu.bionic-non-free.Dockerfile b/.github/Dockerfiles/Ubuntu.bionic-non-free.Dockerfile index 7d5c424907..93fa80fa50 100644 --- a/.github/Dockerfiles/Ubuntu.bionic-non-free.Dockerfile +++ b/.github/Dockerfiles/Ubuntu.bionic-non-free.Dockerfile @@ -130,7 +130,7 @@ RUN conda update conda -y && \ matplotlib==3.1.3 \ networkx==2.4 \ nose==1.3.7 \ - numpy==1.16.4 \ + numpy==1.20.0 \ pandas==0.23.4 \ scipy==1.4.1 \ traits==4.6.0 \ diff --git a/.github/Dockerfiles/Ubuntu.xenial-20200114.Dockerfile b/.github/Dockerfiles/Ubuntu.xenial-20200114.Dockerfile index 3170286ed4..738b600248 100644 --- a/.github/Dockerfiles/Ubuntu.xenial-20200114.Dockerfile +++ b/.github/Dockerfiles/Ubuntu.xenial-20200114.Dockerfile @@ -140,7 +140,7 @@ RUN conda update conda -y && \ matplotlib==2.2.2 \ networkx==2.4 \ nose==1.3.7 \ - numpy==1.15.4 \ + numpy==1.20.0 \ pandas==0.23.4 \ scipy==1.1.0 \ traits==4.6.0 \ diff --git a/CHANGELOG.md b/CHANGELOG.md index 7acefed2be..e3ca7c49b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +### Updated dependencies +- numpy 1.22.0 (from 1.16.4) + ## [v1.8.4] - 2022-06-27 ### Added diff --git a/CPAC/info.py b/CPAC/info.py index 8e43b41c4a..3599a94817 100644 --- a/CPAC/info.py +++ b/CPAC/info.py @@ -183,7 +183,7 @@ def get_cpac_gitversion(): "nilearn==0.4.1", "nipype==1.5.1", "nose==1.3.7", - "numpy==1.16.4", + "numpy==1.22.0", "pandas==0.23.4", "patsy==0.5.0", "prov==1.5.2", diff --git a/requirements.txt b/requirements.txt index c37cfe918f..c2463755e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ nibabel==2.3.3 nilearn==0.4.1 nipype==1.5.1 nose==1.3.7 -numpy==1.21.0 +numpy==1.22.0 pandas==0.23.4 patsy==0.5.0 prov==1.5.2