From 0d787ac01086fcd2f13764bf5ed12d2146268a79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:07:27 +0000 Subject: [PATCH] Bump numpy from 1.16.2 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.16.2 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.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements/prod.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 38f303f4..ad44aad8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ Markdown==3.1 matplotlib==3.0.3 mock==2.0.0 -e git+git@github.com:MycroftAI/mycroft-precise@37ef1ab91eeca81fd889bce2967775b2f6918d97#egg=mycroft_precise -numpy==1.16.2 +numpy==1.22.0 pbr==5.1.3 pocketsphinx==0.1.15 portalocker==1.4.0 diff --git a/requirements/prod.txt b/requirements/prod.txt index bf6b1033..6fcf166b 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -1,4 +1,4 @@ -numpy==1.16 +numpy==1.22.0 tensorflow>=1.13,<1.14 # Must be on piwheels sonopy pyaudio diff --git a/setup.py b/setup.py index 44a9916b..ccb01b18 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ }, include_package_data=True, install_requires=[ - 'numpy==1.16', + 'numpy==1.22.0', 'tensorflow>=1.13,<1.14', # Must be on piwheels 'sonopy', 'pyaudio',