Skip to content

Commit

Permalink
⬆️ Bump numpy from 1.16.4 to 1.22.0
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
- [Commits](numpy/numpy@v1.16.4...v1.22.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and shnizzedy committed Sep 22, 2022
1 parent 14e1591 commit 579969d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/Dockerfiles/Ubuntu.bionic-non-free.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion .github/Dockerfiles/Ubuntu.xenial-20200114.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CPAC/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 579969d

Please sign in to comment.