Skip to content

Use scikit-build-core as build system

Maximilian Linhoff requested to merge scikit-build into main

This brings several benefits

  • removing the hand-written cmake stuff in setup.py
  • Working editable install, even with automatic recompilation on import
  • project definition fully in pyproject.toml

Merge request reports