diff --git a/CHANGES.rst b/CHANGES.rst index 993d38f4..71b44319 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,7 @@ Changelog of threedigrid-builder ------------------- - Create quarter administration. +- Add support for NumPy 2. 1.15.0 (2024-05-22) diff --git a/setup.py b/setup.py index a213682d..d497d914 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def get_version(): install_requires = [ - "numpy>=1.15", + "numpy>=1.15,<3.0", "threedi-schema==0.222.*", "shapely>=2", "pyproj>=3",