Revision 153709b2fcfb4863acb188f8553839110ef6a942 authored by Steven Johnson on 29 November 2023, 22:46:45 UTC, committed by Steven Johnson on 29 November 2023, 22:46:45 UTC
1 parent 4181f3e
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