Revision 18fbc152decec435e60ab9c65a3b14e9fd7e847e authored by Steven Johnson on 18 July 2023, 18:17:27 UTC, committed by GitHub on 18 July 2023, 18:17:27 UTC
1 parent 5f56e64
Raw File
pyproject.toml
[build-system]
requires = [
  "setuptools>=43",
  "wheel",
  "scikit-build",
  "pybind11==2.10.4",
  "cmake>=3.22",
  "ninja; platform_system!='Windows'"
]
build-backend = "setuptools.build_meta"
back to top