From 39b68163f90adf9abc18f9fc5b4735d415fc00c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:17:46 +0000 Subject: [PATCH] Bump numpy from 1.14.2 to 1.22.0 in /simAdapter 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] --- simAdapter/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simAdapter/setup.py b/simAdapter/setup.py index 88d6b7a..62b721c 100644 --- a/simAdapter/setup.py +++ b/simAdapter/setup.py @@ -133,7 +133,7 @@ def run(self): }, package_data = { 'args': need_files_args }, install_requires = [ - 'numpy==1.14.2', + 'numpy==1.22.0', 'matplotlib==2.2.2', 'dill==0.2.7.1', ],