Skip to content

Commit 051b0b9

Browse files
committed
Add numpy too
1 parent 12a0010 commit 051b0b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,11 @@ skip = [
121121
]
122122

123123
test-command = 'pytest {project}/tests -k "not incompatible_with_mypyc" --ignore={project}/tests/advanced'
124-
test-requires = ["pytest>=8.4.2", "sybil[pytest]>=9.2.0"]
124+
test-requires = [
125+
"numpy>=2.0.2",
126+
"pytest>=8.4.2",
127+
"sybil[pytest]>=9.2.0",
128+
]
125129
# Skip testing arm64 builds on Intel Macs
126130
test-skip = ["*-macosx_arm64", "*-macosx_universal2:arm64"]
127131

0 commit comments

Comments
 (0)