Skip to content

Commit eee47c9

Browse files
Merge pull request #475 from robbievanleeuwen/feature/numpy2
Add numpy 2 support
2 parents c67cd8a + d5a3d40 commit eee47c9

File tree

2 files changed

+41
-35
lines changed

2 files changed

+41
-35
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
requires-python = ">=3.10,<3.13"
3131
dependencies = [
32-
"numpy~=1.26.4",
32+
"numpy>=1.26.4",
3333
"scipy~=1.14.1",
3434
"matplotlib~=3.9.2",
3535
"shapely~=2.0.6",
@@ -54,7 +54,7 @@ rhino = [
5454
"rhino-shapley-interop~=0.0.4",
5555
]
5656
dxf = [
57-
"cad-to-shapely~=0.3.1",
57+
"cad-to-shapely~=0.3.2",
5858
]
5959
pardiso = [
6060
"pypardiso~=0.4.6; platform_system == 'Windows' or platform_system == 'Linux'"

uv.lock

Lines changed: 39 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)