Revision 476e1f707695f6a3d458e3b5f3e8dccdf27a5c8d authored by Andrew Adams on 16 October 2023, 17:15:34 UTC, committed by Andrew Adams on 16 October 2023, 17:15:34 UTC
2 parent s 7af471f + 667d6ed
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