Revision 6a9d947dbf9ced34450b21fdd40e365ca96a5fd7 authored by Andrew Adams on 24 July 2023, 23:29:45 UTC, committed by Andrew Adams on 24 July 2023, 23:29:45 UTC
1 parent f4d72c1
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