diff --git a/pyproject.toml b/pyproject.toml index 602a1e2..b9c5a54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,9 +91,6 @@ environment = """ \ test-command = "cd {package}/test && python tbdsf_process_image.py" [tool.cibuildwheel.macos] -environment = """ \ - MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion) \ -""" repair-wheel-command = """\ DYLD_LIBRARY_PATH=${BOOST_INSTALL_DIR}/lib delocate-wheel \ --require-archs {delocate_archs} -w {dest_dir} -v {wheel}\