From 6ab408851aee6cd4fccb8d6967622f002ca60ae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 21:43:35 +0000 Subject: [PATCH] Bump numpy from 1.19.5 to 1.21.0 in /2021-Fall/assignment4 Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.19.5...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 2021-Fall/assignment4/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2021-Fall/assignment4/requirements.txt b/2021-Fall/assignment4/requirements.txt index c310bc6..47a0a86 100644 --- a/2021-Fall/assignment4/requirements.txt +++ b/2021-Fall/assignment4/requirements.txt @@ -50,7 +50,7 @@ nbconvert==6.1.0 nbformat==5.1.3 nest-asyncio==1.5.1 notebook==6.4.3 -numpy==1.19.5 +numpy==1.21.0 oauthlib==3.1.1 opt-einsum==3.3.0 packaging==21.0