We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd946d commit 53292ccCopy full SHA for 53292cc
pyproject.toml
@@ -60,7 +60,6 @@ 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