From 3f4535520d810fcf1d8a37cbcbb9a7a667a174d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 12:02:19 +0000 Subject: [PATCH] Bump numpy from 1.19.5 to 1.22.0 in /vision/resnext_inference/popart Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 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.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vision/resnext_inference/popart/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision/resnext_inference/popart/requirements.txt b/vision/resnext_inference/popart/requirements.txt index 45418850c..a05c484a0 100644 --- a/vision/resnext_inference/popart/requirements.txt +++ b/vision/resnext_inference/popart/requirements.txt @@ -12,7 +12,7 @@ Mako==1.2.4; python_version>'3.6' MarkupSafe==2.0.1; python_version<='3.6' MarkupSafe==2.1.1; python_version>'3.6' munch==2.5.0 -numpy==1.19.5 +numpy==1.22.0 onnx==1.11.0 packaging==21.3 Pillow==8.4.0