diff --git a/requirements.txt b/requirements.txt index dbb129c..e10343b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ tensorflow-gpu == 1.15.2 requests == 2.23.0 -numpy == 1.18.2 +numpy == 1.22.0 matplotlib == 3.2.1 hnswlib == 0.3.4 diff --git a/setup.py b/setup.py index 89b3825..e4881c7 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def run(self): install_requires=[ 'tensorflow-gpu==1.15.2', 'requests==2.23.0', - 'numpy==1.18.2', + 'numpy==1.22.0', 'matplotlib==3.2.1', 'hnswlib==0.3.4'], cmdclass={'install': Installation})