From e82a3b3c2aeea1ffef1279cbc77d205b20ee7c2d Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Tue, 17 Mar 2026 17:07:52 -0400 Subject: [PATCH] Use micromamba 2.5.0, same as miniforge --- build_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_installer.py b/build_installer.py index 1c5d44e..531a73c 100755 --- a/build_installer.py +++ b/build_installer.py @@ -93,7 +93,7 @@ if __name__ == "__main__": ) parser.add_argument( "--micromamba_version", - default="1.5.12", + default="2.5.0", help=( "Version of micromamba to download and bundle into the installer." " (default: %(default)s)"