From 51f63a31b0f2067da641a8e2070de3a2bc9942bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:07:07 +0000 Subject: [PATCH] Bump numpy from 1.13.1 to 1.22.0 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2abff2b..2ebefc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.13.1 +numpy==1.22.0 tensorflow>=1.1.0 nltk==3.2.4 python-dateutil==2.6.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 0626729..29047f0 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "Programming Language :: Python :: 3 :: Only", ], install_requires=[ - "numpy==1.13.1", + "numpy==1.22.0", "tensorflow>=1.1.0", "nltk==3.2.4", "python-dateutil==2.6.1",