diff --git a/pyproject.toml b/pyproject.toml index c208d9865..82b277bd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dynamic = ["version"] dependencies = [ # For proper typing, mypy needs numpy>=1.20.0 (cf. https://github.com/numpy/numpy/pull/16515) # Additional typing support is brought by numpy>=1.22.4, but core build sticks to >=1.16.0 - "numpy>=1.16.0,<2.0.0", + "numpy>=1.16.0,<3.0.0", "scipy>=1.4.0,<2.0.0", "h5py>=3.1.0,<4.0.0", "opencv-python>=4.5.0,<5.0.0",