https://github.com/halide/Halide
Revision 91d87d7b5e2e48012a23eee9985658dd6010a744 authored by Andrew Adams on 12 March 2024, 16:48:53 UTC, committed by Andrew Adams on 12 March 2024, 16:48:53 UTC
2 parent s 17338e2 + 3c2d809
Raw File
Tip revision: 91d87d7b5e2e48012a23eee9985658dd6010a744 authored by Andrew Adams on 12 March 2024, 16:48:53 UTC
Merge remote-tracking branch 'origin/main' into abadams/fix_pointless_lower_condition
Tip revision: 91d87d7
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