Skip to content

Commit

Permalink
Add new bool arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Nov 24, 2023
1 parent 27f46de commit fa01863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ environment = { SCIPOPTDIR="$(pwd)/scip", LD_LIBRARY_PATH="$(pwd)/scip/lib:LD_LI


[tool.cibuildwheel.macos]
skip="pp* cp312*"
skip="pp* cp312* cp38* cp39* cp310*"
before-all = [
"brew install wget zlib gcc",
"wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-macos-arm.zip -O scip.zip",
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,5 @@
packages=["pyscipopt"],
package_dir={"pyscipopt": packagedir},
package_data={"pyscipopt": ["scip.pyx", "scip.pxd", "*.pxi", "scip/*"]},
include_package_data=True,
)

0 comments on commit fa01863

Please sign in to comment.