Skip to content

Commit 1294a57

Browse files
committed
Revert "pin numpy to less than 2"
This reverts commit 911f072.
1 parent 90021a1 commit 1294a57

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGES.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Changelog of threedigrid-builder
66
-------------------
77

88
- Create quarter administration.
9-
- Pin NumPy to <2.
109

1110

1211
1.15.0 (2024-05-22)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def get_version():
5252

5353

5454
install_requires = [
55-
"numpy>=1.15, <2",
55+
"numpy>=1.15",
5656
"threedi-schema==0.222.*",
5757
"shapely>=2",
5858
"pyproj>=3",

0 commit comments

Comments
 (0)