From 652f0b85f8a2c72d95f6a1d5640b698f1d3fda7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:35:20 +0000 Subject: [PATCH] Bump numpy in /docker/ubuntu18.04-cuda10.1/openmpi4.0.4 Bumps [numpy](https://github.com/numpy/numpy) from 1.16.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.16.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/ubuntu18.04-cuda10.1/openmpi4.0.4/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ubuntu18.04-cuda10.1/openmpi4.0.4/requirements.txt b/docker/ubuntu18.04-cuda10.1/openmpi4.0.4/requirements.txt index aff909b6..6d80fefc 100644 --- a/docker/ubuntu18.04-cuda10.1/openmpi4.0.4/requirements.txt +++ b/docker/ubuntu18.04-cuda10.1/openmpi4.0.4/requirements.txt @@ -36,7 +36,7 @@ mccabe==0.6.1 mock==3.0.5 monotonic==1.5 mpi4py==3.0.2 -numpy==1.16.4 +numpy==1.22.0 pycodestyle==2.5.0 pyflakes==2.1.1 Pygments==2.4.2