From eeee2d76ae12fab38061a1561e750465f838b969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:18:52 +0000 Subject: [PATCH] Bump numpy in /cpp_torch/example/torch_jit/torch_jit/run/data 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/HOWTO_RELEASE.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] --- cpp_torch/example/torch_jit/torch_jit/run/data/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp_torch/example/torch_jit/torch_jit/run/data/requirements.txt b/cpp_torch/example/torch_jit/torch_jit/run/data/requirements.txt index e89a45c..4f189b5 100644 --- a/cpp_torch/example/torch_jit/torch_jit/run/data/requirements.txt +++ b/cpp_torch/example/torch_jit/torch_jit/run/data/requirements.txt @@ -7,7 +7,7 @@ future==0.18.2 idna==2.10 kiwisolver==1.3.1 matplotlib==3.3.4 -numpy==1.19.5 +numpy==1.22.0 pandas==1.1.5 Pillow==8.2.0 psutil==5.8.0