From 7dae2a35cef95c474b5625bb3de6fb4ed6a02856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:30:51 +0000 Subject: [PATCH] Bump numpy from 1.15.1 to 1.22.0 in /assignment3 Bumps [numpy](https://github.com/numpy/numpy) from 1.15.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.15.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- assignment3/requirements-no-tables.txt | 2 +- assignment3/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assignment3/requirements-no-tables.txt b/assignment3/requirements-no-tables.txt index c82ce769..4257d4ab 100644 --- a/assignment3/requirements-no-tables.txt +++ b/assignment3/requirements-no-tables.txt @@ -1,4 +1,4 @@ -numpy == 1.15.1 +numpy == 1.22.0 scipy == 1.1.0 scikit-learn == 0.20.0 pandas == 0.23.4 diff --git a/assignment3/requirements.txt b/assignment3/requirements.txt index 9273cfa8..064afb63 100644 --- a/assignment3/requirements.txt +++ b/assignment3/requirements.txt @@ -1,4 +1,4 @@ -numpy == 1.15.1 +numpy == 1.22.0 scipy == 1.1.0 scikit-learn == 0.20.0 pandas == 0.23.4