Skip to content

Commit

Permalink
bump scikit-build-core to 0.6 (#2981)
Browse files Browse the repository at this point in the history
Bump scikit-build-core from `>=0.5,<0.6` to `>=0.5,<0.7,!=0.6.0`. (by
default it will install 0.6.1)

Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Nov 8, 2023
1 parent a40dcaa commit 283e8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
# dynamic metadata API is still unstable
# TODO: unpin the upper bound when it is stable
"scikit-build-core>=0.5,<0.6",
"scikit-build-core>=0.5,<0.7,!=0.6.0",
"packaging",
]
build-backend = "backend.dp_backend"
Expand Down

0 comments on commit 283e8fe

Please sign in to comment.