As a developer I will need conda packages for numba-rvsdg such that it can be included in Numba as a dependency. Otherwise people installing numba via conda will not be able to resolve the dependency chain. Ideally these can be produced on uploading tags for stable release and on merged to main as nightly builds. They should arrive on the numba/label/main channel and numba/label/dev respectively.
As a developer I will need
conda
packages fornumba-rvsdg
such that it can be included in Numba as a dependency. Otherwise people installingnumba
viaconda
will not be able to resolve the dependency chain. Ideally these can be produced on uploading tags for stable release and on merged tomain
as nightly builds. They should arrive on thenumba/label/main
channel andnumba/label/dev
respectively.Ref: https://github.com/numba/numba/issues/9043