Skip to content

Commit 42b9e57

Browse files
committed
restrict numpy version so it builds on macos python 3.13
1 parent 96f8b60 commit 42b9e57

File tree

2 files changed

+1463
-1369
lines changed

2 files changed

+1463
-1369
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ dev = [
8989
"djlint>=1.36.4",
9090
"ipdb>=0.13.13",
9191
"matplotlib>=3.9.4",
92+
"numpy>=2.2; python_version >= '3.13'",
93+
"numpy>=2.0,<2.2; python_version < '3.13'",
9294
"mypy>=1.15.0",
93-
"numpy>=2.0.2",
9495
"packaging>=24.2",
9596
"pre-commit>=4.1.0",
9697
"pytest>=8.3.4",

0 commit comments

Comments
 (0)