We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e5259 commit b1a2bfdCopy full SHA for b1a2bfd
pyproject.toml
@@ -31,4 +31,4 @@ test-command = "uv run --with 'numpy<2.0' python -m unittest discover {project}/
31
[[tool.cibuildwheel.overrides]]
32
select = "cp3{9,10,11,12}-win_*"
33
inherit.test-command = "append"
34
-test-command = "uv run --with numpy<2.0 python -m unittest discover {project}/test"
+test-command = "uv run --with numpy^<2.0 python -m unittest discover {project}/test"
0 commit comments