From 94155b938c3cbb228296aa1f1ffdb877d62d2da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 07:48:45 +0000 Subject: [PATCH] Bump numpy from 1.17 to 1.22.0 in /ms_model_training Bumps [numpy](https://github.com/numpy/numpy) from 1.17 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.17.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ms_model_training/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ms_model_training/requirements.txt b/ms_model_training/requirements.txt index 7b9365c..3caeecb 100644 --- a/ms_model_training/requirements.txt +++ b/ms_model_training/requirements.txt @@ -9,7 +9,7 @@ imageio==2.8.0 kiwisolver==1.2.0 matplotlib==3.2.1 networkx==2.4 -numpy==1.17 +numpy==1.22.0 pandas==1.0.4 Pillow==7.1.2 pyparsing==2.4.7