From 2cf9fa06229b624c5113f9100860f3e8510c0d21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:37:43 +0000 Subject: [PATCH] Bump numpy from 1.15.3 to 1.22.0 in /MDT Bumps [numpy](https://github.com/numpy/numpy) from 1.15.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.15.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- MDT/model.egg-info/requires.txt | 2 +- MDT/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MDT/model.egg-info/requires.txt b/MDT/model.egg-info/requires.txt index 8191d91..002409b 100644 --- a/MDT/model.egg-info/requires.txt +++ b/MDT/model.egg-info/requires.txt @@ -1,6 +1,6 @@ cffi==1.11.5 matplotlib==3.0.0 -numpy==1.15.3 +numpy==1.22.0 pandas==0.23.4 scikit-learn==0.20.0 sklearn==0.0 diff --git a/MDT/requirements.txt b/MDT/requirements.txt index 7e3d8a7..33ac662 100644 --- a/MDT/requirements.txt +++ b/MDT/requirements.txt @@ -1,6 +1,6 @@ cffi==1.11.5 matplotlib==3.0.0 -numpy==1.15.3 +numpy==1.22.0 pandas==0.23.4 scikit-learn==0.20.0 sklearn==0.0