Revision 4de6ccbbc7032f48e67198e37e573d33cee6a45d authored by Andrew Adams on 14 March 2024, 01:09:21 UTC, committed by Andrew Adams on 14 March 2024, 01:09:21 UTC
1 parent a0aa20a
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