diff --git a/setup.py b/setup.py index 83fd58e..d0a0185 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def read(fname): # We don't declare our dependency on torch here because we build with # different packages for different variants install_requires=['boto3==1.28.60', 'numpy==1.24.4', 'six==1.16.0', - 'retrying==1.3.4', 'scipy==1.10.1', 'psutil==5.9.5'], + 'retrying==1.3.4', 'scipy==1.10.1', 'psutil==5.9.6'], extras_require={ 'test': ['coverage==7.3.2', 'docker-compose==1.29.2', 'flake8==6.1.0', 'Flask==3.0.0', 'mock==5.1.0', 'pytest==7.4.2', 'pytest-cov==4.1.0', 'pytest-xdist==3.3.1',