From a3b1e4d26e5d41a5a9f5123da81ccb8a1fd51d7f Mon Sep 17 00:00:00 2001 From: Eric Bezzam Date: Tue, 9 Jul 2024 12:20:08 +0000 Subject: [PATCH] Update minimum python. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d1ab6d68..263d421a 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ python_requires=">=3.8.1, <=3.11.9", install_requires=[ "opencv-python>=4.5.1.48", - "numpy>=1.22", + "numpy>=1.26", "scipy>=1.7.0", "image>=1.5.33", "matplotlib>=3.4.2",