From 8d9917167ccff9e52beae9650efd05ec45baa2d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:52:42 +0000 Subject: [PATCH] Bump numpy in /libs/carla_0.9.10.1_rss/PythonAPI/examples Bumps [numpy](https://github.com/numpy/numpy) from 1.18.4 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.18.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libs/carla_0.9.10.1_rss/PythonAPI/examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 libs/carla_0.9.10.1_rss/PythonAPI/examples/requirements.txt diff --git a/libs/carla_0.9.10.1_rss/PythonAPI/examples/requirements.txt b/libs/carla_0.9.10.1_rss/PythonAPI/examples/requirements.txt old mode 100755 new mode 100644 index 1f1eb91..80fbb39 --- a/libs/carla_0.9.10.1_rss/PythonAPI/examples/requirements.txt +++ b/libs/carla_0.9.10.1_rss/PythonAPI/examples/requirements.txt @@ -1,6 +1,6 @@ future numpy; python_version < '3.0' -numpy==1.18.4; python_version >= '3.0' +numpy==1.22.0; python_version >= '3.0' pygame matplotlib open3d