Revision 251d1fb5ad3afd2512e55462f8fb0de70e9b67a0 authored by Andrew Adams on 24 April 2024, 21:53:55 UTC, committed by Andrew Adams on 24 April 2024, 21:53:55 UTC
1 parent fc4229e
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