From 9c0cd7c23e784c73d514bb586e687923f1602396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 07:18:39 +0000 Subject: [PATCH] Bump numpy from 1.21.2 to 1.22.0 in /utils/RL Autoscheduler MultipleComp Bumps [numpy](https://github.com/numpy/numpy) from 1.21.2 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- utils/RL Autoscheduler MultipleComp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/RL Autoscheduler MultipleComp/requirements.txt b/utils/RL Autoscheduler MultipleComp/requirements.txt index 9b532df8c..86df6abc2 100644 --- a/utils/RL Autoscheduler MultipleComp/requirements.txt +++ b/utils/RL Autoscheduler MultipleComp/requirements.txt @@ -1,5 +1,5 @@ gym==0.21.0 -numpy==1.21.2 +numpy==1.22.0 pandas==1.3.5 setuptools==58.0.4 tqdm==4.62.3