Skip to content

Commit 4e065ed

Browse files
Add numpy 2 support
1 parent 92090b6 commit 4e065ed

File tree

2 files changed

+36
-30
lines changed

2 files changed

+36
-30
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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",

uv.lock

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

0 commit comments

Comments
 (0)