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",