From 46293872ea05067aa627e38a834cd5798d3c760a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 10:00:34 +0000 Subject: [PATCH] Bump numpy from 1.20.3 to 1.21.0 in /deployment/Triton Bumps [numpy](https://github.com/numpy/numpy) from 1.20.3 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.20.3...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deployment/Triton/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/Triton/requirements.txt b/deployment/Triton/requirements.txt index 0b5d685392..c3424e0bc1 100644 --- a/deployment/Triton/requirements.txt +++ b/deployment/Triton/requirements.txt @@ -38,7 +38,7 @@ monai==0.6.0 nibabel==3.2.1 -numpy==1.20.3; +numpy==1.21.0; packaging==20.9 pyparsing==2.4.7 torch