build(deps-dev): update scikit-build-core requirement from !=0.6.0,<0.13,>=0.11 to !=0.6.0,>=0.11,<1.1#5759
Closed
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [scikit-build-core](https://github.com/scikit-build/scikit-build-core) to permit the latest version. - [Release notes](https://github.com/scikit-build/scikit-build-core/releases) - [Commits](scikit-build/scikit-build-core@v0.11.0...v1.0.1) --- updated-dependencies: - dependency-name: scikit-build-core dependency-version: 1.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5759 +/- ##
==========================================
- Coverage 79.62% 79.49% -0.14%
==========================================
Files 1014 1014
Lines 115533 115532 -1
Branches 4276 4276
==========================================
- Hits 91995 91839 -156
- Misses 21994 22148 +154
- Partials 1544 1545 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This was referenced Jul 11, 2026
Contributor
|
Superseded by #5769. #5769 migrates DeePMD-kit from the deprecated field-keyed metadata API to the standard scikit-build-core v1 Coding agent: Codex |
Contributor
Author
|
Looks like scikit-build-core is no longer updatable, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/pip/scikit-build-core-neq-0.6.0-and-gte-0.11-and-lt-1.1
branch
July 12, 2026 13:05
pull Bot
pushed a commit
to ishandutta2007/deepmd-kit
that referenced
this pull request
Jul 12, 2026
Summary: - migrate project metadata configuration to the standard `[[tool.dynamic-metadata]]` interface introduced in scikit-build-core 1.0 - update the in-tree metadata provider to return project fragments using the v1 protocol - require `scikit-build-core>=1`, opt into `minimum-version = "1.0"`, and remove the obsolete experimental flag - migrate the renamed CMake version environment setting to a valid version specifier Supersedes deepmodeling#5759, which only widens the upper bound while retaining the deprecated metadata interface. Fixes deepmodeling#3558 Validation: - `ruff check .` - `ruff format .` - resolved the complete project metadata table with scikit-build-core 1.0.0, including version, optional dependencies, scripts, and readme - built the source distribution successfully in an isolated environment with scikit-build-core 1.0.2 Coding agent: Codex Codex version: codex-cli 0.144.1 Model: gpt-5.6-sol Reasoning effort: xhigh <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Build & Packaging** * Updated package metadata handling to support the standard provider configuration. * Improved compatibility with newer scikit-build-core releases. * Updated CMake version requirements used during builds. * Refined generation of optional dependencies and executable scripts from project configuration. * Removed support for the legacy entry-points metadata option. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: njzjz-bot <njzjz.bot@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on scikit-build-core to permit the latest version.
Release notes
Sourced from scikit-build-core's releases.
Commits
234d10edocs: prepare changelog for 1.0.1 (#1488)a7fe6d8docs: update the readme a bit (#1487)df4d97ffix: wheel timestamp clamp overflows on 32-bit time_t platforms (#1484)10c441bfix(editable): don't truncate shared namespaces in redirect mode (#1483)bfe1ddbchore(deps): update pre-commit hooks (#1480)eb74b11chore: regenerate cog sections for 1.0 (#1485)f93efd6docs: prepare for 1.0.0 (#1452)0a81c98chore: bump pyproject-metadata bundling info (#1455)293e093feat: PEP 808 (METADATA 2.6) support via pyproject-metadata 0.12 (#1454)95cd7badocs: minor cleanup and style check (#1453)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)