Skip to content

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
masterfrom
dependabot/pip/scikit-build-core-neq-0.6.0-and-gte-0.11-and-lt-1.1
Closed

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
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/scikit-build-core-neq-0.6.0-and-gte-0.11-and-lt-1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 9, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on scikit-build-core to permit the latest version.

Release notes

Sourced from scikit-build-core's releases.

Version 1.0.1

This patch release fixes two bugs: shared namespace packages were being truncated in redirect editable installs, and the wheel timestamp clamp could overflow on 32-bit time_t platforms.

Fixes:

Internal:

  • Update pre-commit hooks in #1480

Full Changelog: scikit-build/scikit-build-core@v1.0.0...v1.0.1

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file Python labels Jul 9, 2026
@dosubot dosubot Bot added the build label Jul 9, 2026
@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.49%. Comparing base (0acd0e5) to head (3090b7f).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@njzjz-bot

Copy link
Copy Markdown
Contributor

Superseded by #5769.

#5769 migrates DeePMD-kit from the deprecated field-keyed metadata API to the standard scikit-build-core v1 [[tool.dynamic-metadata]] interface, updates the local provider protocol, and removes the upper version bound. This addresses #3558 rather than only widening the legacy constraint.

Coding agent: Codex
Codex version: codex-cli 0.144.1
Model: gpt-5.6-sol
Reasoning effort: xhigh

@dependabot @github

dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor Author

Looks like scikit-build-core is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 12, 2026
@dependabot
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build dependencies Pull requests that update a dependency file Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant