We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90021a1 commit 1294a57Copy full SHA for 1294a57
CHANGES.rst
@@ -6,7 +6,6 @@ Changelog of threedigrid-builder
6
-------------------
7
8
- Create quarter administration.
9
-- Pin NumPy to <2.
10
11
12
1.15.0 (2024-05-22)
setup.py
@@ -52,7 +52,7 @@ def get_version():
52
53
54
install_requires = [
55
- "numpy>=1.15, <2",
+ "numpy>=1.15",
56
"threedi-schema==0.222.*",
57
"shapely>=2",
58
"pyproj>=3",
0 commit comments