Skip to content

Commit

Permalink
Bump numpy from 1.21.0 to 1.22.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2022
1 parent 58ed91a commit 5c66c7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ transformers==2.10.0
contextlib2==0.6.0.post1
pandas==1.0.1
tqdm==4.42.1
numpy==1.21.0
numpy==1.22.0
sphinx-rtd-theme==0.5.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ tensorboard==2.2.1
contextlib2==0.6.0.post1
pandas==1.0.1
tqdm==4.42.1
numpy==1.21.0
numpy==1.22.0
sphinx-rtd-theme==0.5.0
protobuf==3.20.*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"contextlib2==0.6.0.post1",
"pandas==1.0.1",
"tqdm==4.42.1",
"numpy==1.21.0",
"numpy==1.22.0",
"sphinx-rtd-theme==0.5.0",
]

Expand Down

0 comments on commit 5c66c7b

Please sign in to comment.