https://github.com/halide/Halide
Raw File
Tip revision: 1bb918fabaa99114d8e2dbc6e1c7b047c6acbc39 authored by Andrew Adams on 16 October 2023, 17:13:42 UTC
Merge remote-tracking branch 'origin/main' into abadams/mismatched_new_delete
Tip revision: 1bb918f
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