Loading pyproject.toml +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" build = ["cp3{9,10,11,12,13}-{macosx_*,{win,????linux}_*64}"] build-frontend = "build[uv]" 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"] test-requires = [ "gymnasium", ] Loading @@ -25,4 +25,4 @@ test-requires = "jax[cpu]" [[tool.cibuildwheel.overrides]] select = "cp3{9,10,11,12}-*" inherit.test-command = "append" 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" Loading
pyproject.toml +2 −2 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" build = ["cp3{9,10,11,12,13}-{macosx_*,{win,????linux}_*64}"] build-frontend = "build[uv]" 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"] test-requires = [ "gymnasium", ] Loading @@ -25,4 +25,4 @@ test-requires = "jax[cpu]" [[tool.cibuildwheel.overrides]] select = "cp3{9,10,11,12}-*" inherit.test-command = "append" 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"