Revision 4c63f1befa1063184c5982b11b6a2cc17d4e5815 authored by Steven Johnson on 06 April 2023, 23:34:59 UTC, committed by GitHub on 06 April 2023, 23:34:59 UTC
The Halide 15.0.0 release inadvertently omitted all of these tools from the packaging. They are being re-added for 15.0.1. While we're doing this, let's go ahead and have the names match those proposed for Halide 16.
1 parent 3172169
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