Skip to content

Commit

Permalink
chore(deps): bump scikit-build-core to 0.10 (#4365)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the version constraint for the `scikit-build-core` dependency
to allow for newer versions.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Nov 19, 2024
1 parent 0ad4289 commit 908689e
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 = [
# TODO: unpin the upper bound when scikit-build dynamic metadata API is stable
# dynamic metadata API is still unstable
"scikit-build-core>=0.5,<0.10,!=0.6.0",
"scikit-build-core>=0.5,<0.11,!=0.6.0",
"packaging",
'tomli >= 1.1.0 ; python_version < "3.11"',
]
Expand Down

0 comments on commit 908689e

Please sign in to comment.