From 192583abf08202d3626d704895d375335b443cc6 Mon Sep 17 00:00:00 2001 From: Yaroslav Poremsky <94555304+Poremich@users.noreply.github.com> Date: Sat, 6 Apr 2024 14:17:02 +0300 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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=[