From 2bea6038a1bb80737df3150cc541e666b3526b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 23:49:29 +0000 Subject: [PATCH] Bump numpy from 1.19.2 to 1.21.0 in /infra/images/rl_training Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 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.19.2...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/images/rl_training/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/images/rl_training/requirements.txt b/infra/images/rl_training/requirements.txt index 10ff82f9af..7c5c122252 100644 --- a/infra/images/rl_training/requirements.txt +++ b/infra/images/rl_training/requirements.txt @@ -4,4 +4,4 @@ sh==1.12.14 ray[debug]==1.0.0 pandas==1.1.3 gym==0.18.0 -numpy==1.19.2 \ No newline at end of file +numpy==1.21.0 \ No newline at end of file