Revision 5db62a0f328da9f00eff7719d07489880e9ab179 authored by Andrew Adams on 21 August 2023, 21:26:29 UTC, committed by Andrew Adams on 21 August 2023, 21:26:29 UTC
1 parent 21fa8b5
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