We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded86d9 commit 839aab5Copy full SHA for 839aab5
pyproject.toml
@@ -71,7 +71,7 @@ if [[ $CIBW_ARCHS == *"arm"* ]]; then
71
export MACOSX_DEPLOYMENT_TARGET=14.0
72
else
73
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.9.0/libscip-macos-intel.zip -O scip.zip
74
- export MACOSX_DEPLOYMENT_TARGET=13.0
+ export MACOSX_DEPLOYMENT_TARGET=14.0
75
fi
76
unzip scip.zip
77
mv scip_install src/scip
@@ -84,7 +84,7 @@ repair-wheel-command = '''
84
delocate-listdeps {wheel}
85
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}
86
87
88
89
90
0 commit comments