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 53292cc commit 8dbd6e5Copy full SHA for 8dbd6e5
pyproject.toml
@@ -60,6 +60,7 @@ if [[ $CIBW_ARCHS == *"arm"* ]]; then
60
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.5.0/libscip-macos-arm.zip -O scip.zip
61
else
62
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.5.0/libscip-macos.zip -O scip.zip
63
+ export MACOSX_DEPLOYMENT_TARGET=13.0
64
fi
65
unzip scip.zip
66
mv scip_install src/scip
0 commit comments