Skip to content

Commit 2ac334a

Browse files
Bump numpy in /tools/ci_build/github/linux/docker/scripts
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.19.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b455617 commit 2ac334a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/ci_build/github/linux/docker/scripts/manylinux/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy==1.19.5
1+
numpy==1.22.0
22
mypy
33
pytest
44
setuptools>=41.4.0

tools/ci_build/github/linux/docker/scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cerberus
2-
numpy==1.19.5
2+
numpy==1.22.0
33
mypy
44
pytest
55
setuptools>=41.4.0

tools/ci_build/github/linux/docker/scripts/training/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-f https://download.pytorch.org/whl/torch_stable.html
33
# transformers requires sklearn
44
sklearn
5-
numpy==1.19.5
5+
numpy==1.22.0
66
transformers==v2.10.0
77
torch==1.6.0+cu101
88
torchvision==0.7.0+cu101

0 commit comments

Comments
 (0)