We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a0010 commit 051b0b9Copy full SHA for 051b0b9
pyproject.toml
@@ -121,7 +121,11 @@ skip = [
121
]
122
123
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"]
+test-requires = [
125
+ "numpy>=2.0.2",
126
+ "pytest>=8.4.2",
127
+ "sybil[pytest]>=9.2.0",
128
+]
129
# Skip testing arm64 builds on Intel Macs
130
test-skip = ["*-macosx_arm64", "*-macosx_universal2:arm64"]
131
0 commit comments