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