From 7b52d004500572975deab9a6a01cd9b6516c3127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:37:51 +0000 Subject: [PATCH] Bump numpy from 1.16.0 to 1.22.0 in /docs/ENVIRONMENT/REQUIREMENTS Bumps [numpy](https://github.com/numpy/numpy) from 1.16.0 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.16.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/ENVIRONMENT/REQUIREMENTS/requirements_v1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ENVIRONMENT/REQUIREMENTS/requirements_v1.txt b/docs/ENVIRONMENT/REQUIREMENTS/requirements_v1.txt index 224357b..b525935 100644 --- a/docs/ENVIRONMENT/REQUIREMENTS/requirements_v1.txt +++ b/docs/ENVIRONMENT/REQUIREMENTS/requirements_v1.txt @@ -12,7 +12,7 @@ ipython Cython==0.27.3 yapf==0.28.0 opencv-python==4.2.0.32 -numpy==1.16.0 +numpy==1.22.0 torch==1.4.0 torchvision==0.5.0 colorama==0.3.7