From cebfb4d72e9d1b83598ae0e6b33ea9a4d5f6b4d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:15:04 +0000 Subject: [PATCH] Bump numpy from 1.17.0 to 1.22.0 in /python Bumps [numpy](https://github.com/numpy/numpy) from 1.17.0 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.17.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 51f96bc..a2e6a45 100644 --- a/python/setup.py +++ b/python/setup.py @@ -18,7 +18,7 @@ license='Apache', packages=find_packages(), install_requires=[ - 'numpy==1.17.0', # tensorflow version dependency + 'numpy==1.22.0', # tensorflow version dependency 'scipy==1.4.1', # tensorflow version dependency 'tensorflow>=2.3.0', 'keras>=2.4.3',