From a192bf2b902c888afb311f4bb27778dffaace52b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:37:47 +0000 Subject: [PATCH] Bump numpy from 1.13.1 to 1.22.0 in /csci567/P3 Bumps [numpy](https://github.com/numpy/numpy) from 1.13.1 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.13.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- csci567/P3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 csci567/P3/requirements.txt diff --git a/csci567/P3/requirements.txt b/csci567/P3/requirements.txt old mode 100755 new mode 100644 index 63ce4ad..5a1aa2a --- a/csci567/P3/requirements.txt +++ b/csci567/P3/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.13.1 +numpy==1.22.0 scipy==0.19.1 matplotlib==2.0.2 scikit-learn==0.19.0 \ No newline at end of file