Skip to content

Commit 579969d

Browse files
dependabot[bot]shnizzedy
authored andcommitted
⬆️ Bump numpy from 1.16.4 to 1.22.0
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]>
1 parent 14e1591 commit 579969d

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.github/Dockerfiles/Ubuntu.bionic-non-free.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ RUN conda update conda -y && \
130130
matplotlib==3.1.3 \
131131
networkx==2.4 \
132132
nose==1.3.7 \
133-
numpy==1.16.4 \
133+
numpy==1.20.0 \
134134
pandas==0.23.4 \
135135
scipy==1.4.1 \
136136
traits==4.6.0 \

.github/Dockerfiles/Ubuntu.xenial-20200114.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ RUN conda update conda -y && \
140140
matplotlib==2.2.2 \
141141
networkx==2.4 \
142142
nose==1.3.7 \
143-
numpy==1.15.4 \
143+
numpy==1.20.0 \
144144
pandas==0.23.4 \
145145
scipy==1.1.0 \
146146
traits==4.6.0 \

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424

2525
### Fixed
2626

27+
### Updated dependencies
28+
- numpy 1.22.0 (from 1.16.4)
29+
2730
## [v1.8.4] - 2022-06-27
2831

2932
### Added

CPAC/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def get_cpac_gitversion():
183183
"nilearn==0.4.1",
184184
"nipype==1.5.1",
185185
"nose==1.3.7",
186-
"numpy==1.16.4",
186+
"numpy==1.22.0",
187187
"pandas==0.23.4",
188188
"patsy==0.5.0",
189189
"prov==1.5.2",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nibabel==2.3.3
1010
nilearn==0.4.1
1111
nipype==1.5.1
1212
nose==1.3.7
13-
numpy==1.21.0
13+
numpy==1.22.0
1414
pandas==0.23.4
1515
patsy==0.5.0
1616
prov==1.5.2

0 commit comments

Comments
 (0)