From f97afba5584f398f2342c082df83f44d405c2d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:05:21 +0000 Subject: [PATCH] Bump numpy from 1.16.5 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.16.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.16.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5bf8678..bf6ce74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ future==0.17.1 gym==0.14.0 h5py==2.9.0 matplotlib==2.2.4 -numpy==1.16.5 +numpy==1.22.0 opencv-python==4.1.0.25 Pillow==8.2.0 pybullet==2.6.5 diff --git a/setup.py b/setup.py index d518093..45bbacb 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ 'gym==0.14.0', 'h5py==2.9.0', 'matplotlib==2.2.4', - 'numpy==1.16.5', + 'numpy==1.22.0', 'opencv-python==4.1.0.25', 'Pillow==8.2.0', 'python-pcl',