Revision be6f0f723e450fc3b6c07cd73ec9283e8095c69e authored by Steven Johnson on 14 February 2023, 19:47:46 UTC, committed by Steven Johnson on 14 February 2023, 19:47:46 UTC
1 parent f918585
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