diff --git a/requirements.txt b/requirements.txt index 0261e15..a16960c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ wheel twine pytest torch==1.8.1 -numpy==1.19.5 +numpy==1.22.0 scipy==1.6.2 annoy==1.17.0 glog==0.3.1 diff --git a/setup.py b/setup.py index 15dec90..1841b22 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ name='recsys-recoder', version=recoder.__version__, install_requires=['torch==1.8.1', 'annoy==1.17.0', - 'numpy==1.19.5', 'scipy==1.6.2', + 'numpy==1.22.0', 'scipy==1.6.2', 'tqdm==4.59.0', 'glog==0.3.1'], packages=find_packages(), author='Abdallah Moussawi',