From 463eeb5126559409866469f89451718331007f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:37:25 +0000 Subject: [PATCH] Bump numpy from 1.19.2 to 1.22.0 in /infra/images/rl_training Bumps [numpy](https://github.com/numpy/numpy) from 1.19.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.19.2...v1.22.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..6deda06407 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.22.0 \ No newline at end of file