Skip to content

Commit b28d7c2

Browse files
Require numpy>2
1 parent d5a3d40 commit b28d7c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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>2,<2.1", # numba 0.60.0 requires numpy < 2.1
3333
"scipy~=1.14.1",
3434
"matplotlib~=3.9.2",
3535
"shapely~=2.0.6",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)