-
-
Couldn't load subscription status.
- Fork 221
Labels
enhancementNew feature or requestNew feature or request
Description
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
garth-wells and francesco-ballarin
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request