Skip to content

Commit

Permalink
pin numpy to <3, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalle committed Jul 29, 2024
1 parent 1294a57 commit 2c19ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changelog of threedigrid-builder
-------------------

- Create quarter administration.
- Add support for NumPy 2.


1.15.0 (2024-05-22)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2c19ac8

Please sign in to comment.