From 86cca4de2ff570d4649d51c821d6dbbad3875d96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:19:42 +0000 Subject: [PATCH] Bump numpy from 1.17.3 to 1.22.0 in /dtr_code Bumps [numpy](https://github.com/numpy/numpy) from 1.17.3 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.17.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dtr_code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtr_code/requirements.txt b/dtr_code/requirements.txt index a0fc59b9..d53a13c1 100644 --- a/dtr_code/requirements.txt +++ b/dtr_code/requirements.txt @@ -6,7 +6,7 @@ librosa # torch==1.4.0 # leave commented out for initializing venv, uncomment for baseline numba==0.48 seaborn -numpy==1.17.3 +numpy==1.22.0 tqdm==4.31.1 pandas==0.24.2 matplotlib==2.2.3