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',