From 4ba45d32d50ec36d058a6c92ccc7d48405a9f785 Mon Sep 17 00:00:00 2001 From: Bryan Weber Date: Sun, 6 Oct 2024 15:06:23 -0400 Subject: [PATCH] Remove workaround for cibuildwheel problem --- interfaces/python_sdist/pyproject.toml.in | 5 ----- 1 file changed, 5 deletions(-) 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 = """\