Commit 94da6c7c authored by Yamada Hiroyuki's avatar Yamada Hiroyuki
Browse files

Remove quotation

parent 73b1e0de
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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",
]
@@ -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"