Skip to content

Commit

Permalink
Merge pull request #475 from robbievanleeuwen/feature/numpy2
Browse files Browse the repository at this point in the history
Add numpy 2 support
  • Loading branch information
robbievanleeuwen authored Nov 15, 2024
2 parents c67cd8a + d5a3d40 commit eee47c9
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 35 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
]
requires-python = ">=3.10,<3.13"
dependencies = [
"numpy~=1.26.4",
"numpy>=1.26.4",
"scipy~=1.14.1",
"matplotlib~=3.9.2",
"shapely~=2.0.6",
Expand All @@ -54,7 +54,7 @@ rhino = [
"rhino-shapley-interop~=0.0.4",
]
dxf = [
"cad-to-shapely~=0.3.1",
"cad-to-shapely~=0.3.2",
]
pardiso = [
"pypardiso~=0.4.6; platform_system == 'Windows' or platform_system == 'Linux'"
Expand Down
72 changes: 39 additions & 33 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eee47c9

Please sign in to comment.