halide / Halide

a language for fast, portable data-parallel computation
https://halide-lang.org
Other
5.91k stars 1.07k forks source link

Determine wheel dependency versions from repo rather than workflow #8406

Open alexreinking opened 2 months ago

alexreinking commented 2 months ago

The pip packaging infrastructure hard-codes our dependency versions in the .github/workflows/pip.yml env table. We would prefer to have a single source of truth for our ideal dependency versions that isn't a github workflow file. Ideally something vcpkg could read.