Skip to content

Commit

Permalink
Bump numpy from 1.19.3 to 1.22.0 in /requirements (#2437)
Browse files Browse the repository at this point in the history
* Bump numpy from 1.19.3 to 1.22.0 in /requirements

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.3 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.3...v1.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* neuronx-cc 2.11.0.34+c5231f848 requires numpy<=1.25.2,>=1.22.2

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Saroufim <[email protected]>
Co-authored-by: Naman Nandan <[email protected]>
  • Loading branch information
3 people authored Nov 16, 2023
1 parent e405fd1 commit a00972b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/neuronx.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://pip.repos.neuron.amazonaws.com
numpy==1.21.6
numpy==1.22.4
protobuf==3.20.3
grpcio-tools==1.48.2
neuronx-cc
Expand Down
2 changes: 1 addition & 1 deletion requirements/torch_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ cython==3.0.5
wheel==0.40.0
pillow==10.0.1
numpy==1.24.3; sys_platform != 'win32'
numpy==1.19.3; sys_platform == 'win32' #see https://tinyurl.com/y3dm3h86
numpy==1.22.0; sys_platform == 'win32' #see https://tinyurl.com/y3dm3h86

0 comments on commit a00972b

Please sign in to comment.