Skip to content

Commit 237de0f

Browse files
Bump numpy from 1.21.0 to 1.22.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 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.21.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a94d236 commit 237de0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ transformers==2.10.0
1919
contextlib2==0.6.0.post1
2020
pandas==1.0.1
2121
tqdm==4.42.1
22-
numpy==1.21.0
22+
numpy==1.22.0
2323
sphinx-rtd-theme==0.5.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ tensorboard==2.2.1
2222
contextlib2==0.6.0.post1
2323
pandas==1.0.1
2424
tqdm==4.42.1
25-
numpy==1.21.0
25+
numpy==1.22.0
2626
sphinx-rtd-theme==0.5.0
2727
protobuf==3.20.*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"contextlib2==0.6.0.post1",
5353
"pandas==1.0.1",
5454
"tqdm==4.42.1",
55-
"numpy==1.21.0",
55+
"numpy==1.22.0",
5656
"sphinx-rtd-theme==0.5.0",
5757
]
5858

0 commit comments

Comments
 (0)