Skip to content

Commit 4595deb

Browse files
committed
Add build dependency on cmake and numpy 2.4
1 parent ace8f05 commit 4595deb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

quaddtype/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ requires = [
33
"meson>=1.3.2",
44
"meson-python>=0.18.0",
55
"wheel",
6-
"numpy>=2.0"
6+
"cmake",
7+
"numpy>=2.4"
78
]
89
build-backend = "mesonpy"
910

0 commit comments

Comments
 (0)