diff --git a/pyproject.toml b/pyproject.toml index abdd756..e31fee5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "opencv-python>=4.1.2", "Pillow>=9.2,<10.1", "scikit-learn>=1.1.1,<1.4.0", - "numpy>=1.23.1,<1.26.0" + "numpy>=1.23.1,<1.27.0" ] dynamic = ["version"]