Skip to content

Commit

Permalink
pin numpy to less than 2
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalle committed Jul 18, 2024
1 parent 335a716 commit 911f072
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.
- Pin NumPy to <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, <2",
"threedi-schema==0.222.*",
"shapely>=2",
"pyproj>=3",
Expand Down

0 comments on commit 911f072

Please sign in to comment.