From 4dac0795f8cb5a8f0d8d8807eec30486cb044218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 04:54:37 +0000 Subject: [PATCH] Bump numpy from 1.18.5 to 1.21.0 in /MuZero/Cart-Pole Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.18.5...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- MuZero/Cart-Pole/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MuZero/Cart-Pole/requirements.txt b/MuZero/Cart-Pole/requirements.txt index c2bcc70..0bdb8a0 100644 --- a/MuZero/Cart-Pole/requirements.txt +++ b/MuZero/Cart-Pole/requirements.txt @@ -1,5 +1,5 @@ jupyter-server-proxy -numpy==1.18.5 +numpy==1.21.0 vpython scipy==1.4.1 gym