diff --git a/interfaces/python_sdist/pyproject.toml.in b/interfaces/python_sdist/pyproject.toml.in index f875bf8057..355402d37b 100644 --- a/interfaces/python_sdist/pyproject.toml.in +++ b/interfaces/python_sdist/pyproject.toml.in @@ -96,11 +96,6 @@ before-build = "pip install delvewheel" repair-wheel-command = "delvewheel repair --add-path %HDF5_LIB_DIR%;%ZLIB_LIB_DIR% -w {dest_dir} {wheel}" test-command = "pytest -vv --durations=100 %CANTERA_TEST_DIR%\\test\\python" -[[tool.cibuildwheel.overrides]] -select = "*_aarch64*" -# Work around https://github.com/pypa/cibuildwheel/issues/1771 -container-engine = { name = "docker", create-args = ["--platform", "linux/arm64"]} - [tool.cibuildwheel.macos] # https://cibuildwheel.pypa.io/en/stable/faq/#macos-passing-dyld_library_path-to-delocate repair-wheel-command = """\