From 878d7bb6b333d538e07f71bf8733e682a847f20b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:17:46 +0000 Subject: [PATCH] Bump numpy from 1.18.5 to 1.22.0 in /MuZero/Cart-Pole Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 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.5...v1.22.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..9346a79 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.22.0 vpython scipy==1.4.1 gym