Skip to content

Remove python/build-requirements.txt #3869

@jhale

Description

@jhale

Describe new/missing feature

scikit-build-core now supports extracting build requirements from pyproject.toml:

python -m scikit_build_core.build requires

giving:

[
  "mpi4py",
  "nanobind>=2.5.0",
  "scikit-build-core[pyproject]>=0.10"
]

This could be used to remove build-requirements.txt, although it would require some intermediate text processing to be compatible with pip.

Suggested user interface

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions