From a00972b819b526d5723caf0669ec61db44e472dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 01:32:30 +0000 Subject: [PATCH] Bump numpy from 1.19.3 to 1.22.0 in /requirements (#2437) * 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](https://github.com/numpy/numpy/compare/v1.19.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] * neuronx-cc 2.11.0.34+c5231f848 requires numpy<=1.25.2,>=1.22.2 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Saroufim Co-authored-by: Naman Nandan --- requirements/neuronx.txt | 2 +- requirements/torch_common.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/neuronx.txt b/requirements/neuronx.txt index 929da067a1..b5e963d22e 100644 --- a/requirements/neuronx.txt +++ b/requirements/neuronx.txt @@ -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 diff --git a/requirements/torch_common.txt b/requirements/torch_common.txt index 30a1531709..d2c85600d3 100644 --- a/requirements/torch_common.txt +++ b/requirements/torch_common.txt @@ -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