From 1ebbe16ce21a7fe5911ae6cd6027edf4a71ca238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:31:46 +0000 Subject: [PATCH] Bump numpy from 1.14.2 to 1.22.0 in /dope Bumps [numpy](https://github.com/numpy/numpy) from 1.14.2 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.14.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dope/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dope/requirements.txt b/dope/requirements.txt index 4e3fdc7..b6cf360 100644 --- a/dope/requirements.txt +++ b/dope/requirements.txt @@ -1,6 +1,6 @@ pyrr==0.9.2 torch==0.4.0 -numpy==1.14.2 +numpy==1.22.0 scipy==1.1.0 opencv_python==3.4.1.15 Pillow