diff --git a/pyproject.toml b/pyproject.toml index bbce9b4..669bec7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "multiprocess", "numba>=0.59.0", # TODO unpin when https://github.com/Unidata/netcdf4-python/issues/1343 is resolved - "numpy>=1.26.2,<2.0.0", + "numpy>=1.26.2,<3.0.0", "opencv-python>=4.9.0.80", "pandas>=2.1.4", "pillow>=10.1.0",