Skip to content

Commit d00ac19

Browse files
committed
remove target
1 parent 8581087 commit d00ac19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ archs = ["x86_64"]
108108
[tool.cibuildwheel.macos]
109109
before-all = "bash build_dependencies/install_macos.sh"
110110
environment = { CPATH = "$(brew --prefix)/include:$(brew --prefix)/include/eigen3", LD_LIBRARY_PATH = "$(brew --prefix)/lib" }
111-
repair-wheel-command = "MACOSX_DEPLOYMENT_TARGET=13 delocate-wheel -w {dest_dir} -v {wheel}"
111+
repair-wheel-command = "delocate-wheel -w {dest_dir} -v {wheel}"
112112

113113
[tool.cibuildwheel.windows]
114114
before-all = "powershell build_dependencies\\install_windows.ps1"

0 commit comments

Comments
 (0)