With https://github.com/mamba-org/mamba/pull/2942 (see conversation there for more details around this PR), the Python parts of mamba are no more. That change won't be released til 2.0 (I think), so we are still fine with 1.5.x, but vendoring the utils module now in case something changes.
I also added a pin for libmambapy to prevent unforeseen breakages on the new release (whenever that happens).
With https://github.com/mamba-org/mamba/pull/2942 (see conversation there for more details around this PR), the Python parts of
mamba
are no more. That change won't be released til 2.0 (I think), so we are still fine with 1.5.x, but vendoring theutils
module now in case something changes.I also added a pin for
libmambapy
to prevent unforeseen breakages on the new release (whenever that happens).