From 2c30dd74282a198b6ec02ad3264a44e37a580c1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:37:59 +0000 Subject: [PATCH] Bump numpy from 1.18.1 to 1.22.0 in /contrib/MolDQN Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 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.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- contrib/MolDQN/Dockerfiles/requirements.txt | 2 +- contrib/MolDQN/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/MolDQN/Dockerfiles/requirements.txt b/contrib/MolDQN/Dockerfiles/requirements.txt index c44a6b9..7474e27 100644 --- a/contrib/MolDQN/Dockerfiles/requirements.txt +++ b/contrib/MolDQN/Dockerfiles/requirements.txt @@ -1,2 +1,2 @@ six==1.14.0 -numpy==1.18.1 +numpy==1.22.0 diff --git a/contrib/MolDQN/requirements.txt b/contrib/MolDQN/requirements.txt index 090fd4f..dbfb6d4 100644 --- a/contrib/MolDQN/requirements.txt +++ b/contrib/MolDQN/requirements.txt @@ -1,4 +1,4 @@ six==1.14.0 -numpy==1.18.1 +numpy==1.22.0 tensorflow==1.14 torch==1.4.0