diff --git a/setup.py b/setup.py index 69bc416..99b8fb5 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,8 @@ install_requires=[ # WARNING: Keep these values in line with those in requirements.txt "psutil==5.6.6", - "numpy==1.16.6; python_version < '3'", - "numpy==1.17.3; python_version >= '3'", + "numpy==1.24.2; python_version < '3'", + "numpy==1.24.2; python_version >= '3'", "functools32==3.2.3.post2; python_version < '3'", ], classifiers=[