Skip to content

Commit

Permalink
Update numpy requirement from <=1.22.3,>=1.17.2 to >=1.17.2,<1.22.5 i…
Browse files Browse the repository at this point in the history
…n /requirements (#13361)

Update numpy requirement in /requirements

Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
- [Commits](numpy/numpy@v1.17.2...v1.22.4)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 22, 2022
1 parent 3fe4874 commit 90d2f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/pytorch/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.17.2, <=1.22.3
numpy>=1.17.2, <1.22.5
torch>=1.9.*, <=1.11.0
tqdm>=4.57.0, <=4.63.0
PyYAML>=5.4, <=6.0
Expand Down

0 comments on commit 90d2f3e

Please sign in to comment.