From bdf730d59ac2c2d2466930849c5d40865c5db23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:22:34 +0000 Subject: [PATCH] Bump numpy in /experiments/handful-of-trials-master Bumps [numpy](https://github.com/numpy/numpy) from 1.14.0 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.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- experiments/handful-of-trials-master/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 experiments/handful-of-trials-master/requirements.txt diff --git a/experiments/handful-of-trials-master/requirements.txt b/experiments/handful-of-trials-master/requirements.txt old mode 100755 new mode 100644 index d842249..3e8fe54 --- a/experiments/handful-of-trials-master/requirements.txt +++ b/experiments/handful-of-trials-master/requirements.txt @@ -3,7 +3,7 @@ future==0.16.0 gpflow==1.1.0 gym==0.9.4 mujoco-py==0.5.7 -numpy==1.14.0 +numpy==1.22.0 scipy==0.19.0 tensorflow-gpu>=1.9.0 tqdm==4.19.4