diff --git a/pyproject.toml b/pyproject.toml index 23e6a5c..7c4122c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "opencv-python>=4.1.2", "Pillow>=9.2,<9.4", "scikit-learn>=1.1.1,<1.3.0", - "numpy~=1.23.1" + "numpy>=1.23.1,<1.25.0" ] dynamic = ["version"]