From 78d80f87bc98b36e40290f2d99c9daecbd203f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 23:49:39 +0000 Subject: [PATCH] Bump numpy in /Machine Learning/Manual-Parameter-Tuner Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 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.18.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Machine Learning/Manual-Parameter-Tuner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machine Learning/Manual-Parameter-Tuner/requirements.txt b/Machine Learning/Manual-Parameter-Tuner/requirements.txt index 3519de2..6953cf7 100644 --- a/Machine Learning/Manual-Parameter-Tuner/requirements.txt +++ b/Machine Learning/Manual-Parameter-Tuner/requirements.txt @@ -1,5 +1,5 @@ streamlit==0.71.0 -numpy==1.18.5 +numpy==1.22.0 pandas==1.1.4 sklearn matplotlib==3.3.2