Revision 76b8cbc1f8d9032aeb53c0327c05603dd2c7a437 authored by Steven Johnson on 15 June 2023, 00:48:33 UTC, committed by Steven Johnson on 15 June 2023, 00:48:33 UTC
2 parent s 7add0e7 + 2149734
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