Revision f9b90cb87654ecc8131d2f6df02070342e8c0886 authored by Andrew Adams on 17 October 2023, 16:17:20 UTC, committed by GitHub on 17 October 2023, 16:17:20 UTC
1 parent db207b9
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