From e14ffa82866fe9c6515ecdf4f4ccb1e929662785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:21:18 +0000 Subject: [PATCH] Bump numpy from 1.16.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.16.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.16.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-gpu.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-gpu.txt b/requirements-gpu.txt index ac6da8394..f41f39e57 100644 --- a/requirements-gpu.txt +++ b/requirements-gpu.txt @@ -1,5 +1,5 @@ tensorflow-gpu==1.12.2 -numpy==1.16.1 +numpy==1.22.0 scipy==1.0.0 nltk==3.4.5 Pillow==8.3.2 diff --git a/requirements.txt b/requirements.txt index 4ab1bf025..18b6b7df2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ notebook>=5.7.8 pyecharts==1.4.0 django==2.2.24 autopep8==1.4.4 -numpy==1.16.1 +numpy==1.22.0 matplotlib \ No newline at end of file