Revision 345cf18e9139e9152bd5934966188e8f376268bb authored by Steven Johnson on 02 December 2022, 20:48:57 UTC, committed by GitHub on 02 December 2022, 20:48:57 UTC
Despite being 'posixy', it doesn't actually implement these calls.
1 parent a9ea9b5
Raw File
pyproject.toml
[build-system]
requires = [
  "setuptools>=43",
  "wheel",
  "scikit-build",
  "pybind11==2.6.2",
  "cmake>=3.22",
  "ninja; platform_system!='Windows'"
]
build-backend = "setuptools.build_meta"
back to top