From f633f3987c91a92a6fd08d55e93e4ebe33ca7efa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:11:51 +0000 Subject: [PATCH] Bump numpy from 1.11.2 to 1.22.0 in /support/RocAlphaGo-develop Bumps [numpy](https://github.com/numpy/numpy) from 1.11.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.11.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- support/RocAlphaGo-develop/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 support/RocAlphaGo-develop/requirements.txt diff --git a/support/RocAlphaGo-develop/requirements.txt b/support/RocAlphaGo-develop/requirements.txt old mode 100755 new mode 100644 index f08033a..a201c50 --- a/support/RocAlphaGo-develop/requirements.txt +++ b/support/RocAlphaGo-develop/requirements.txt @@ -1,7 +1,7 @@ Cython==0.24 h5py==2.6.0 Keras==1.2.0 -numpy==1.11.2 +numpy==1.22.0 pygtp==0.3 PyYAML==3.12 scipy==0.18.1