diff --git a/setup.py b/setup.py index bb5c29c..f473317 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ }, test_suite='tests', install_requires=['pyyaml>=5.1', 'tensorflow==2.5.3', 'scipy==1.5.1', - 'grpcio>=1.24.3', 'setuptools>=41.0.0', 'numpy==1.21.0'], + 'grpcio>=1.24.3', 'setuptools>=41.0.0', 'numpy==1.22.0'], dependency_links=[ 'https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.3.0-cp36-cp36m-manylinux2010_x86_64.whl', 'https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow_cpu-2.3.0-cp37-cp37m-manylinux2010_x86_64.whl'],