Skip to content

Instantly share code, notes, and snippets.

@minrk
Created May 11, 2026 18:32
Show Gist options
  • Select an option

  • Save minrk/5fdabeb7ab8cd2c69cbc27588fed1903 to your computer and use it in GitHub Desktop.

Select an option

Save minrk/5fdabeb7ab8cd2c69cbc27588fed1903 to your computer and use it in GitHub Desktop.

mamba 2.6 performance test

this is a replication of the repo2docker tests/conda/downgrade test (environment files are unmodified), which is dramatically slower after upgrading mamba to 2.6.

Two stages:

  1. install initial frozen environment (@explicit file, no solve):

    mamba install -p /tmp/env -f environment.py-3.9-linux-64.lock
    
  2. 'update' the env with packages that will force a downgrade:

    mamba env update -p /tmp/env -f downgrade.yml
    

With mamba 2.5.0, resolving and executing the downgrade takes ~85 seconds (42 seconds with a warm cache). With mamba 2.6.0, it takes 472 seconds (closer to 430 with warm cache).

This may not be a 100% perfect comparison with cache states, but ~all of the slowdown is in the mamba 2.6 Resolving environment step (424s), so cache shouldn't be super relevant.

Full script:

docker run --rm -it -v$PWD:/io -w /io --platform linux/amd64 quay.io/condaforge/miniforge3
# in container

# install mamba
mamba create -n mamba25 mamba=2.5
mamba create -n mamba26 mamba=2.6

# create base env
time mamba run -n mamba25 mamba create -y -p /tmp/test25 -f environment.py-3.9-linux-64.lock
time mamba run -n mamba26 mamba create -y -p /tmp/test26 -f environment.py-3.9-linux-64.lock

# run downgrade
time mamba run -n mamba25 mamba env update -y -p /tmp/test25 -f downgrade.yml
time mamba run -n mamba26 mamba env update -y -p /tmp/test26 -f downgrade.yml
# originally xeus-cling@0.6.0
# added python=3.9 pin because implicit downgrade of Python from 3.10 to 3.9 isn't allowed
name: xeus-cling
channels:
- conda-forge
dependencies:
- python=3.9
- xeus-cling=0.6.0
- xtensor=0.20.8
- xtensor-blas=0.16.1
- notebook
# AUTO GENERATED FROM environment.py-3.9.yml, DO NOT MANUALLY MODIFY
# Frozen on 2025-10-16 07:16:41 UTC
# Generated by conda-lock.
# platform: linux-64
# input_hash: bd4d374cae58bd84b0ba870367f38a90b671ab1c952a6cf4a62296b73b6accc9
@EXPLICIT
https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81
https://conda.anaconda.org/conda-forge/noarch/python_abi-3.9-8_cp39.conda#c2f0c4bf417925c27b62ab50264baa98
https://conda.anaconda.org/conda-forge/noarch/tzdata-2025b-h78e105d_0.conda#4222072737ccff51314b5ece9c7d6f5a
https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.10.5-hbd8a1cb_0.conda#f9e5fbc24009179e8b0409624691758a
https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-ha97dd6f_2.conda#14bae321b8127b63cba276bd53fac237
https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-h767d61c_7.conda#f7b4d76975aac7e5d9e6ad13845f92fe
https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2#73aaf86a425cc6e73fcf236a5a46396d
https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-h767d61c_7.conda#c0374badb3a5d4b1372db28d19462c53
https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda#51a19bba1b8ebfb60df25cde030b7ebc
https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda#b38117a3c920364aff79f870c984b4a3
https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.1-hecca717_0.conda#4211416ecba1866fab0c6470986c22d6
https://conda.anaconda.org/conda-forge/linux-64/libffi-3.5.2-h9ec8514_0.conda#35f29eec58405aaf55e01cb470d8c26a
https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_7.conda#280ea6eee9e2ddefde25ff799c4f0363
https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda#1a580f7796c7bf6393fddb8bbbde58dc
https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda#d864d34357c3b65a4b731f78c0801dc4
https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h8f9b012_7.conda#5b767048b1b3ee9a954b06f4084f93dc
https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.2-he9a06e4_0.conda#80c07c68d2f6870250959dcc95b209d1
https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda#0f03292cc56bf91a077a134ea8747118
https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda#edb0dca6bc32e4f4789199455a1dbeb8
https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda#47e340acb35de30501a76c7c799c41d7
https://conda.anaconda.org/conda-forge/linux-64/openssl-3.5.4-h26f9b46_0.conda#14edad12b59ccbfa3910d42c72adc2a0
https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda#a77f85f77be52ff59391544bfe73390a
https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda#c277e0a4d549b03ac1e9d6cbbe3d017b
https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.20-h4ab18f5_0.conda#a587892d3c13b6621a6091be690dbca2
https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda#0b367fad34931cb79e0d6b7e5c06bb1c
https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-h4852527_7.conda#f627678cf829bd70bccf141a19c3ad3e
https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc
https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda#283b96675859b20a825f8fa30f311446
https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_hd72426e_102.conda#a0116df4f4ed05c303811a837d5b39d8
https://conda.anaconda.org/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda#c9f075ab2f33b3bbee9e62d4ad0a6cd8
https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda#8b189310083baabfb622af68fd9d3ae3
https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda#3f43953b7d3fb3aaa1d0d0723d91e368
https://conda.anaconda.org/conda-forge/linux-64/python-3.9.23-hc30ae73_0_cpython.conda#624ab0484356d86a54297919352d52b6
https://conda.anaconda.org/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda#8f587de4bcf981e26228f268df374a9b
https://conda.anaconda.org/conda-forge/noarch/async_generator-1.10-pyhd8ed1ab_2.conda#0c07617cd436b9cd5570dc34f3af642b
https://conda.anaconda.org/conda-forge/noarch/attrs-25.3.0-pyh71513ae_0.conda#a10d11958cadc13fdb43df75f8b1903f
https://conda.anaconda.org/conda-forge/noarch/blinker-1.9.0-pyhff2d567_0.conda#42834439227a4551b939beeeb8a4b085
https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py39hf88036b_3.conda#1ccd2aba673acca7aa2f289266efe2db
https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2#576d629e47797577ab0f1b351297ef4a
https://conda.anaconda.org/conda-forge/noarch/certifi-2025.8.3-pyhd8ed1ab_0.conda#11f59985f49df4620890f3e746ed7102
https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.4.3-pyhd8ed1ab_0.conda#7e7d5ef1b9ed630e4a1c358d6bc62284
https://conda.anaconda.org/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda#2da13f2b299d8e1995bafbbe9689a2f7
https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.16-py39haef64b4_0.conda#ad12118b06c2596073c843e6d47978c2
https://conda.anaconda.org/conda-forge/noarch/decorator-5.2.1-pyhd8ed1ab_0.conda#9ce473d1d1be1cc3810856a48b3fab32
https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2#961b3a227b437d82ad7054484cfa71b2
https://conda.anaconda.org/conda-forge/noarch/executing-2.2.0-pyhd8ed1ab_0.conda#81d30c08f9a3e556e8ca9e124b044d14
https://conda.anaconda.org/conda-forge/linux-64/greenlet-3.2.4-py39h818bca1_0.conda#38d510d03b8fc261a73366f10f649188
https://conda.anaconda.org/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda#0a802cb9888dd14eeefc611f05c40b6e
https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda#8e6923fc12f1fe8f8c4e5c9f343256ac
https://conda.anaconda.org/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda#39a4f67be3286c86d696df570b1201b7
https://conda.anaconda.org/conda-forge/noarch/json5-0.12.1-pyhd8ed1ab_0.conda#0fc93f473c31a2f85c0bde213e7c63ca
https://conda.anaconda.org/conda-forge/linux-64/jsonpointer-3.0.0-py39hf3d152e_1.conda#ab01fa677a681147a10f39680e6886fa
https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.15-pyhd8ed1ab_0.conda#ad100d215fad890ab0ee10418f36876f
https://conda.anaconda.org/conda-forge/noarch/lark-1.2.2-pyhd8ed1ab_1.conda#3a8063b25e603999188ed4bbf3485404
https://conda.anaconda.org/conda-forge/linux-64/markupsafe-3.0.2-py39h9399b63_1.conda#7821f0938aa629b9f17efd98c300a487
https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda#598fd7d4d0de2455fb74f56063969a97
https://conda.anaconda.org/conda-forge/linux-64/nodejs-20.19.5-hf7ee748_0.conda#2cbd9a01ac939d85f137ee44c64fb705
https://conda.anaconda.org/conda-forge/noarch/packaging-25.0-pyh29332c3_1.conda#58335b26c38bf4a20f399384c33cbcf9
https://conda.anaconda.org/conda-forge/noarch/pamela-1.2.0-pyhd8ed1ab_1.conda#a3a069b6dbf63e1a635f3feeffdaeb4e
https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2#457c2c8c08e54905d6954e79cb5b5db9
https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda#5c092057b6badd30f75b06244ecd01c9
https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda#11a9d1d09a3615fc07c3faf79bc0b943
https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.3.8-pyhe01879c_0.conda#424844562f5d337077b445ec6b1398a7
https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.22.1-pyhd8ed1ab_0.conda#c64b77ccab10b822722904d889fa83b5
https://conda.anaconda.org/conda-forge/linux-64/psutil-7.0.0-py39h8cd3c5a_0.conda#851ab4da2babaf8d6968a64dd348ca88
https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda#7d9daffbb8d8e0af0f769dbbcd173a54
https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda#3bfdfb8dbcdc4af1ae3f9a8eb3948f04
https://conda.anaconda.org/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda#12c566707c80111f9799308d9e265aef
https://conda.anaconda.org/conda-forge/noarch/pygments-2.19.2-pyhd8ed1ab_0.conda#6b6ece66ebcae2d5f326c77ef2c5a066
https://conda.anaconda.org/conda-forge/noarch/pyjwt-2.10.1-pyhd8ed1ab_0.conda#84c5c40ea7c5bbc6243556e5daed20e7
https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda#461219d1a5bd61342293efa2c0c90eac
https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda#23029aae904a2ba587daba708208012f
https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda#a61bf9ec79426938ff785eb69dbb1960
https://conda.anaconda.org/conda-forge/noarch/pytz-2025.2-pyhd8ed1ab_0.conda#bc8e3267d44011051f2eb14d22fb0960
https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.2-py39h9399b63_2.conda#13fd88296a9f19f5e3ac0c69d4b64cc6
https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2#912a71cc01012ee38e6b90ddd561e36f
https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.27.0-py39h17f49b6_0.conda#de935a1880d17308167b723231e87f9d
https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.3-pyh0d859eb_1.conda#938c8de6b9de091997145b3bf25cdbf9
https://conda.anaconda.org/conda-forge/noarch/setuptools-80.9.0-pyhff2d567_0.conda#4de79c071274a53dcaf2a8c749d1499e
https://conda.anaconda.org/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda#3339e3b65d58accf4ca4fb8748ab16b3
https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_1.conda#bf7a226e58dfb8346c70df36065d86c9
https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.7-pyhd8ed1ab_0.conda#fb32097c717486aa34b38a9db57eb49e
https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhe01879c_2.conda#30a0a26c8abccf4b7991d590fe17c699
https://conda.anaconda.org/conda-forge/linux-64/tornado-6.5.2-py39hd399759_0.conda#9546db52eccafee2fa2675653fec04f9
https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda#019a7385be9af33791c989871317e1ed
https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.9.0.20250809-pyhd8ed1ab_0.conda#63a644e158c4f8eeca0d1290ac25e0cc
https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.14.1-pyhe01879c_0.conda#e523f4f1e980ed7a4240d7e27e9ec81f
https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda#f6d7aa696c67756a650e91e15e88223c
https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda#e7cb0f5745e4c5035a460248334af7eb
https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda#b68980f2495d096e71c7fd9d7ccf63e6
https://conda.anaconda.org/conda-forge/noarch/webcolors-24.11.1-pyhd8ed1ab_0.conda#b49f7b291e15494aafb0a7d74806f337
https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda#2841eb5bfc75ce15e9a0054b98dcd64d
https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.8.0-pyhd8ed1ab_1.conda#84f8f77f0a9c6ef401ee96611745da8f
https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda#75cb7132eb58d97896e173ef12ac9986
https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.14-pyhd8ed1ab_0.conda#2f1f99b13b9d2a03570705030a0b3e7c
https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h387f397_9.conda#8035e5b54c08429354d5d64027041cad
https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhd8ed1ab_0.conda#df5e78d904988eb55042c0c97446079f
https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.5-pyh29332c3_0.conda#d9d0f99095a9bb7e3641bca8c6ad2ac7
https://conda.anaconda.org/conda-forge/noarch/babel-2.17.0-pyhd8ed1ab_0.conda#0a01c169f0ab0f91b26e77a3301fbfe4
https://conda.anaconda.org/conda-forge/noarch/bleach-6.2.0-pyh29332c3_4.conda#f0b4c8e370446ef89797608d60a564b3
https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2#9b347a7ec10940d3f7941ff6c460b551
https://conda.anaconda.org/conda-forge/linux-64/cffi-1.17.1-py39h15c3d72_0.conda#7e61b8777f42e00b08ff059f9e8ebc44
https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.3.0-pyhd8ed1ab_0.conda#72e42d28960d875c7654614f8b50939a
https://conda.anaconda.org/conda-forge/noarch/h11-0.16.0-pyhd8ed1ab_0.conda#4b69232755285701bc86a5afe4d9933a
https://conda.anaconda.org/conda-forge/noarch/h2-4.2.0-pyhd8ed1ab_0.conda#b4754fb1bdcb70c8fd54f918301582c6
https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-8.7.0-pyhe01879c_1.conda#63ccfdc3a3ce25b027b8767eb722fca8
https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda#a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9
https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.6-pyhd8ed1ab_0.conda#446bd6c8cb26050d528881df495ce646
https://conda.anaconda.org/conda-forge/noarch/jupyter_core-5.8.1-pyh31011fe_0.conda#b7d89d860ebcda28a5303526cdee68ab
https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda#fd312693df06da3578383232528c468d
https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda#af6ab708897df59bd6e7283ceab1b56b
https://conda.anaconda.org/conda-forge/noarch/mistune-3.1.3-pyh29332c3_0.conda#7ec6576e328bc128f4982cd646eeba85
https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_1.conda#e51f1e4089cad105b6cac64bd8166587
https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda#d0d408b1f18883a944376da5cf8101ea
https://conda.anaconda.org/conda-forge/noarch/pip-25.2-pyh8b19718_0.conda#dfce4b2af4bfe90cdcaf56ca0b28ddf5
https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.51-pyha770c72_0.conda#d17ae9db4dc594267181bd199bf9a551
https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda#5b8d21249ff20967101ffa321cab24e8
https://conda.anaconda.org/conda-forge/linux-64/pyzmq-27.0.2-py39haa5fa38_0.conda#a12afe53883b54e2df984dd45bc36063
https://conda.anaconda.org/conda-forge/noarch/referencing-0.36.2-pyh29332c3_0.conda#9140f1c09dd5489549c6a33931b943c7
https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_1.conda#36de09a8d3e5d5e6f4ee63af49e59706
https://conda.anaconda.org/conda-forge/noarch/rfc3987-syntax-1.1.0-pyhe01879c_1.conda#7234f99325263a5af6d4cd195035e8f2
https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.3-pyhd8ed1ab_1.conda#b1b505328da7a6b246787df4b5a49fbc
https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.1-pyh0d859eb_0.conda#efba281bbdae5f6b0a1d53c6d4a97c93
https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.4.0-pyhd8ed1ab_0.conda#f1acf5fdefa8300de697982bcb1761c9
https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.14.1-h4440ef1_0.conda#75be1a943e0a7f99fcf118309092c635
https://conda.anaconda.org/conda-forge/noarch/typing-inspection-0.4.1-pyhd8ed1ab_0.conda#e0c3cd765dc15751ee2f0b03cd015712
https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.7.0-pyhd8ed1ab_1.conda#2934f256a8acfe48f6ebb4fce6cde29c
https://conda.anaconda.org/conda-forge/noarch/anyio-4.10.0-pyhe01879c_0.conda#cc2613bfa71dec0eb2113ee21ac9ccbf
https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py39hd399759_0.conda#dfa88a4227076fa51b9a8afd0ed06cee
https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_1.conda#46b53236fdd990271b03c3978d4218a9
https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.13.4-pyha770c72_0.conda#9f07c4fc992adb2d6c30da7fab3959a7
https://conda.anaconda.org/conda-forge/noarch/bleach-with-css-6.2.0-h82add2a_4.conda#a30e9406c873940383555af4c873220d
https://conda.anaconda.org/conda-forge/linux-64/cryptography-45.0.6-py39hb2f7f84_0.conda#09c640d5a5798c2f520baf821a0fc0fa
https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda#d3549fd50d450b6d9e7dddff25dd2110
https://conda.anaconda.org/conda-forge/noarch/ipython-8.18.1-pyh707e725_3.conda#15c6f45a45f7ac27f6d60b0b084f6761
https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2025.4.1-pyh29332c3_0.conda#41ff526b1083fde51fbdc93f29282e0e
https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.3-pyhd8ed1ab_1.conda#4ebae00eae9705b0c3d6d1018a81d047
https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.3-pyhd8ed1ab_1.conda#2d983ff1b82a1ccb6f2e9d8784bdd6bd
https://conda.anaconda.org/conda-forge/noarch/mako-1.3.10-pyhd8ed1ab_0.conda#c5bb3eea5f1a00fcf3d7ea186209ce33
https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.33.2-py39h20260ba_0.conda#38b79310c98c3a2270e1d19589205a6a
https://conda.anaconda.org/conda-forge/linux-64/sqlalchemy-2.0.43-py39hd399759_0.conda#227867c51ee09b270f31ca28221e57d1
https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.23.0-py39hd399759_3.conda#2f6845f6cdf545845a60c4dcbd017c78
https://conda.anaconda.org/conda-forge/noarch/alembic-1.16.4-pyhd8ed1ab_0.conda#b17cf31f353008d23a6fd8bd90efcfc2
https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda#8ac12aff0860280ee0cff7fa2cf63f3b
https://conda.anaconda.org/conda-forge/noarch/certipy-0.2.2-pyhd8ed1ab_0.conda#7bacdbd6bb3b4fe905a3235d2799ca78
https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda#4f14640d58e2cc0aa0819d9d8ba125bb
https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.30.1-pyh82676e8_0.conda#b0cc25825ce9212b8bee37829abad4d6
https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.1.7-pyhd8ed1ab_0.conda#7c9449eac5975ef2d7753da262a72707
https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_1.conda#0b0154421989637d424ccf0f104be51a
https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.25.1-pyhe01879c_0.conda#341fd940c242cf33e832c0402face56f
https://conda.anaconda.org/conda-forge/noarch/oauthlib-3.3.1-pyhd8ed1ab_0.conda#d4f3f31ee39db3efecb96c0728d4bdbf
https://conda.anaconda.org/conda-forge/noarch/pydantic-2.11.7-pyh3cfb1c2_0.conda#1b337e3d378cde62889bb735c024b7a2
https://conda.anaconda.org/conda-forge/noarch/urllib3-2.5.0-pyhd8ed1ab_0.conda#436c165519e140cb08d246a4472a9d6a
https://conda.anaconda.org/conda-forge/noarch/httpx-0.28.1-pyhd8ed1ab_0.conda#d6989ead454181f4f9bc987d3dc4e285
https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.25.1-he01879c_0.conda#13e31c573c884962318a738405ca3487
https://conda.anaconda.org/conda-forge/noarch/nbformat-5.10.4-pyhd8ed1ab_1.conda#bbe1963f1e47f594070ffe87cdf612ea
https://conda.anaconda.org/conda-forge/noarch/requests-2.32.5-pyhd8ed1ab_0.conda#db0c6b99149880c8ba515cf4abe93ee4
https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.12.0-pyh29332c3_0.conda#f56000b36f09ab7533877e695e4e8cb0
https://conda.anaconda.org/conda-forge/noarch/nbclient-0.10.2-pyhd8ed1ab_0.conda#6bb0d77277061742744176ab555b723c
https://conda.anaconda.org/conda-forge/noarch/jupyterhub-base-5.3.0-pyhda7c55b_0.conda#2a47623cd374e67413707b9925908313
https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.16.6-pyh29332c3_0.conda#d24beda1d30748afcc87c429454ece1b
https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.16.0-pyhe01879c_0.conda#f062e04d7cd585c937acbf194dceec36
https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.6-pyhe01879c_0.conda#7129ed52335cc7164baf4d6508a3f233
https://conda.anaconda.org/conda-forge/noarch/jupyter-offlinenotebook-0.3.1-pyh885dcc9_1.conda#aff9028145d26b0987d0959a989e40cf
https://conda.anaconda.org/conda-forge/noarch/jupyter-resource-usage-1.2.0-pyhd8ed1ab_0.conda#9ef4adccd3a32f3f01fc998f2ad4bdf5
https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.27.3-pyhd8ed1ab_1.conda#9dc4b2b0f41f0de41d27f3293e319357
https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.4-pyhd8ed1ab_1.conda#e7f89ea5f7ea9401642758ff50a2d9c1
https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.4.6-pyhd8ed1ab_0.conda#70cb2903114eafc6ed5d70ca91ba6545
https://conda.anaconda.org/conda-forge/noarch/jupyterhub-singleuser-5.3.0-h4422900_0.conda#c4e0da69399fb5bd8e314ec2da0f0119
https://conda.anaconda.org/conda-forge/noarch/notebook-7.4.5-pyhd8ed1ab_0.conda#28062c17cdb444388c00903eaec1ba0e
@jjerphan

jjerphan commented May 28, 2026

Copy link
Copy Markdown

Fixed by mamba-org/mamba#4298:

 → time ./build/micromamba/micromamba env update -p /tmp/env -f /tmp/downgrade.yml --dry-run                                                            
Using Cached Shard Index for conda-forge/linux-64                                                   ✔ Done                                     
Using Cached Shard Index for conda-forge/noarch                                                     ✔ Done                                     
Fetching and Parsing Packages' Shards                                                     ✔ Done (0.2 sec)                                     
                                                                                                                                               
Resolving Environment                                                                    ✔ Done (17.4 sec)                                     
                                                                                                                                               
Transaction                                                                                                                                    
                                                                                                                                               
  Prefix: /tmp/env                                                                                                                               
                                                                                                                                               
  Updating specs:                                                                                                                              
                                                                                                                                               
   - python=3.9                                                                                                                                
   - xeus-cling=0.6.0                                                                                                                          
   - xtensor=0.20.8                                                                                                                            
   - xtensor-blas=0.16.1                                                                                                                       
   - notebook                                                                                                                                  
                                                                                                                                               
                                                                                                                                               
  Package                               Version  Build                Channel           Size                                                                                
──────────────────────────────────────────────────────────────────────────────────────────────                                                                              
  Install:                                                                                                                                                                  
──────────────────────────────────────────────────────────────────────────────────────────────                                                                              
                                                                                                                                                                            
  + binutils_impl_linux-64               2.33.1  h53a641e_8           conda-forge       10MB                                                                                
  + binutils_linux-64                    2.33.1  h9595d00_17          conda-forge       22kB                                                                                
  + clang_variant                           1.0  cling_6.14.06        conda-forge        9kB                                                                                
  + clangdev                              5.0.0  h935a590_1004        conda-forge       95MB                                                                                
  + cling                                   0.5  he860b03_1007        conda-forge       25MB                                                                                
  + cppzmq                                4.3.0  hc9558a2_1001        conda-forge       15kB                                                                                
  + entrypoints                             0.4  pyhd8ed1ab_1         conda-forge       11kB                                                                                
  + gcc_impl_linux-64                     7.3.0  hd420e75_5           conda-forge       74MB                                                                                
  + gcc_linux-64                          7.3.0  h553295d_17          conda-forge       22kB                                                                                
  + gxx_impl_linux-64                     7.3.0  hdf63c60_5           conda-forge       20MB                                                                                                                           
  + gxx_linux-64                          7.3.0  h553295d_17          conda-forge       22kB                                                                                                                           
  + importlib_resources                   6.5.2  pyhd8ed1ab_0         conda-forge       34kB                                                                                                                           
  + ipython_genutils                      0.2.0  pyhd8ed1ab_2         conda-forge       28kB                                                                                                                           
  + jupyter_telemetry                     0.1.0  pyhd8ed1ab_1         conda-forge       10kB                                                                                                                           
  + libblas                               3.9.0  8_openblas           conda-forge       12kB                                                                                                                           
  + libcblas                              3.9.0  8_openblas           conda-forge       12kB                                                                                                                           
  + libgfortran-ng                        7.5.0  h14aa051_20          conda-forge       23kB                                                                                                                           
  + libgfortran4                          7.5.0  h14aa051_20          conda-forge        1MB                                                                                                                           
  + liblapack                             3.9.0  8_openblas           conda-forge       12kB                                                                                                                           
  + libopenblas                          0.3.12  pthreads_hb3c22a3_1  conda-forge        9MB                                                                                                                           
  + nbclassic                             1.3.1  pyhe01879c_0         conda-forge       14MB                                                                                                                           
  + nlohmann_json                         3.6.1  he1b5a44_0           conda-forge      104kB                                                                                                                           
  + pkgutil-resolve-name                 1.3.10  pyhd8ed1ab_2         conda-forge       11kB                                                                                                                           
  + pyrsistent                           0.17.3  py39hbd71b63_1       conda-forge       92kB                                                                                                                           
  + ruamel.yaml                         0.16.12  py39hbd71b63_1       conda-forge      171kB                                                                                                                           
  + ruamel.yaml.clib                      0.2.2  py39hbd71b63_1       conda-forge      164kB                                                                                                                           
  + sqlite                               3.33.0  h4cf870e_1           conda-forge        1MB                                                                                                                           
  + xeus                                 0.20.0  h4d8c418_1           conda-forge        4MB                                                                                                                           
  + xeus-cling                            0.6.0  he513fc3_1           conda-forge       20MB                                                                                                                           
  + xtensor                              0.20.8  hc9558a2_0           conda-forge      162kB                                                                                                                           
  + xtensor-blas                         0.16.1  h776b511_0           conda-forge      263kB                                                                                                                           
  + xtl                                  0.6.21  h0efe328_1           conda-forge       97kB                                                                                                                           
  + xz                                    5.2.5  h516909a_1           conda-forge      352kB                                                                                                                           
                                                                                                                                                                                                                       
  Remove:                                                                                                                                                                                                              
──────────────────────────────────────────────────────────────────────────────────────────────                                                                                                                         
                                                                                                                                                                                                                       
  - argon2-cffi-bindings                 25.1.0  py39hd399759_0       conda-forge     Cached                                                                                                                           
  - jsonschema-specifications          2025.4.1  pyh29332c3_0         conda-forge     Cached                                                                                                                           
  - keyutils                              1.6.3  hb9d3cd8_0           conda-forge     Cached                                                                                                                           
  - libexpat                              2.7.1  hecca717_0           conda-forge     Cached                                                                                                                           
  - liblzma                               5.8.1  hb9d3cd8_2           conda-forge     Cached                                                                                                                           
  - libnsl                                2.0.1  hb9d3cd8_1           conda-forge     Cached                                                                                                                           
  - libsqlite                            3.50.4  h0c1763c_0           conda-forge     Cached                                                                                                                           
  - libstdcxx                            15.2.0  h8f9b012_7           conda-forge     Cached                                                                                                                           
  - libxcrypt                            4.4.36  hd590300_1           conda-forge     Cached                                                                                                                           
  - pydantic-core                        2.33.2  py39h20260ba_0       conda-forge     Cached                                                                                                                           
  - referencing                          0.36.2  pyh29332c3_0         conda-forge     Cached                                                                                                                           
  - rpds-py                              0.27.0  py39h17f49b6_0       conda-forge     Cached                                                                                                                           
                                                                                                                                                                                                                       
  Change:                                                                                                                                                                                                              
──────────────────────────────────────────────────────────────────────────────────────────────                                                                                                                         
                                                                                                                                                                                                                       
  - bzip2                                 1.0.8  hda65f42_8           conda-forge     Cached                                                                                                                           
  + bzip2                                 1.0.8  h516909a_3           conda-forge      407kB                                                                                                                           
  - jupyterlab_pygments                   0.3.0  pyhd8ed1ab_2         conda-forge     Cached                                                                                                                           
  + jupyterlab_pygments                   0.3.0  pyhd8ed1ab_0         conda-forge       19kB                                                                                                                           
  - markupsafe                            3.0.2  py39h9399b63_1       conda-forge     Cached                                                                                                                           
  + markupsafe                            3.0.2  pyhe1237c8_1         conda-forge       15kB                                                                                                                           
  - yaml                                  0.2.5  h280c20c_3           conda-forge     Cached                                                                                                                           
  + yaml                                  0.2.5  h516909a_0           conda-forge       84kB                                                                                                                           
                                                                                                                                                                                                                       
  Downgrade:                                                                                                                                                                                                           
──────────────────────────────────────────────────────────────────────────────────────────────                                                                                                                         
                                                                                                                                                                                                                       
  - alembic                              1.16.4  pyhd8ed1ab_0         conda-forge     Cached                                                                                                                           
  + alembic                              1.14.1  pyhd8ed1ab_0         conda-forge      160kB                                                                                                                           
  - anyio                                4.10.0  pyhe01879c_0         conda-forge     Cached                                                                                                                           
  + anyio                                 3.7.1  pyhd8ed1ab_0         conda-forge       97kB                                                                                                                           
  - argon2-cffi                          25.1.0  pyhd8ed1ab_0         conda-forge     Cached                                                                                                                           
  + argon2-cffi                          20.1.0  py39hbd71b63_2       conda-forge       48kB                                                                                                                           
  - brotli-python                         1.1.0  py39hf88036b_3       conda-forge     Cached                                                                                                                           
  + brotli-python                         1.0.9  py39hfbd4741_3       conda-forge      368kB                                                                                                                           
  - cffi                                 1.17.1  py39h15c3d72_0       conda-forge     Cached                                                                                                                           
  + cffi                                 1.14.4  py39he88106c_0       conda-forge      232kB                                                                                                                           
  - cryptography                         45.0.6  py39hb2f7f84_0       conda-forge     Cached                                                                                                                           
  + cryptography                          3.2.1  py39h01d1d65_0       conda-forge      636kB                                                                                                                           
  - debugpy                              1.8.16  py39haef64b4_0       conda-forge     Cached                                                                                                                           
  + debugpy                               1.2.0  py39h41458e0_0       conda-forge        2MB                                                                                                                           
  - greenlet                              3.2.4  py39h818bca1_0       conda-forge     Cached                                                                                                                           
  + greenlet                             0.4.17  py39h07f9747_1       conda-forge       23kB                                                                                                                                                                                                  
  - httpcore                              1.0.9  pyh29332c3_0         conda-forge     Cached                                                                                                                           
  + httpcore                             0.13.2  pyhd8ed1ab_0         conda-forge       34kB                                                                                                                                                                                                  
  - httpx                                0.28.1  pyhd8ed1ab_0         conda-forge     Cached                                                                                                                           
  + httpx                                0.25.1  pyhd8ed1ab_0         conda-forge       64kB                                                                                                                           
  - icu                                    75.1  he02047a_0           conda-forge     Cached                                                                                                                           
  + icu                                    68.1  h58526e2_0           conda-forge       14MB                                                                                                                           
  - ipykernel                            6.30.1  pyh82676e8_0         conda-forge     Cached                                                                                                                                                                                                  
  + ipykernel                            6.20.2  pyh210e3f2_0         conda-forge      111kB                                                                                                                           
  - jsonschema                           4.25.1  pyhe01879c_0         conda-forge     Cached                                                                                                                                                                                                  
  + jsonschema                           4.17.3  pyhd8ed1ab_0         conda-forge       70kB                                                                                                                           
  - jsonschema-with-format-nongpl        4.25.1  he01879c_0           conda-forge     Cached                                                                                                                                                                                                  
  + jsonschema-with-format-nongpl        4.17.3  pyhd8ed1ab_0         conda-forge        7kB                                                                                                                                                                                                  
  - jupyter-resource-usage                1.2.0  pyhd8ed1ab_0         conda-forge     Cached                                                                                                                           
  + jupyter-resource-usage                0.7.1  pyhd8ed1ab_0         conda-forge       34kB                                                                                                                           
  - jupyter_client                        8.6.3  pyhd8ed1ab_1         conda-forge     Cached                                                                                                                           
  + jupyter_client                        7.1.2  pyhd8ed1ab_0         conda-forge       92kB                                                                                                                           
  - jupyter_events                       0.12.0  pyh29332c3_0         conda-forge     Cached                                                                                                                                                                                                  
  + jupyter_events                        0.6.3  pyhd8ed1ab_1         conda-forge       21kB                                                                                                                                                                                                  
  - jupyter_server                       2.16.0  pyhe01879c_0         conda-forge     Cached                                                                                                                                                                                                  
  + jupyter_server                       1.24.0  pyhd8ed1ab_0         conda-forge      244kB                                                                                                                                                                                                  
  - jupyterhub-base                       5.3.0  pyhda7c55b_0         conda-forge     Cached                                                                                                                                                                                                  
  + jupyterhub-base                       3.1.1  pyh2a2186d_0         conda-forge        2MB                                                                                                                                                                                                  
  - jupyterhub-singleuser                 5.3.0  h4422900_0           conda-forge     Cached                                                                                                                                                                                                  
  + jupyterhub-singleuser                 3.1.1  pyh2a2186d_0         conda-forge        8kB                                                                                                                                                                                                  
  - jupyterlab                            4.4.6  pyhd8ed1ab_0         conda-forge     Cached                                                                                                                                                                                                  
  + jupyterlab                            3.5.3  pyhd8ed1ab_0         conda-forge        6MB                                                                                                                                                                                                  
  - jupyterlab_server                    2.27.3  pyhd8ed1ab_1         conda-forge     Cached                                                                                                                                                                                                  
  + jupyterlab_server                    2.24.0  pyhd8ed1ab_0         conda-forge       60kB                                                                                                                                                                                                  
  - krb5                                 1.21.3  h659f571_0           conda-forge     Cached                                                                                                                                                                                                  
  + krb5                                 1.17.2  h926e7f8_0           conda-forge        2MB                                                                                                                                                                                                  
  - ld_impl_linux-64                       2.44  ha97dd6f_2           conda-forge     Cached                                                                                                                                                                                                  
  + ld_impl_linux-64                     2.33.1  h53a641e_8           conda-forge      603kB                                                                                                                                                                                                  
  - libedit                        3.1.20250104  pl5321h7949ede_0     conda-forge     Cached                                                                                                                                                                                                  
  + libedit                        3.1.20191231  he28a2e2_2           conda-forge      124kB                                                                                                                                                                                                  
  - libffi                                3.5.2  h9ec8514_0           conda-forge     Cached                                                                                                                                                                                                  
  + libffi                                3.2.1  he1b5a44_1007        conda-forge       48kB                                                                                                                                                                                                  
  - libgcc                               15.2.0  h767d61c_7           conda-forge     Cached                                                                                                                                                                                                  
  + libgcc                                7.2.0  h69d50b8_2           conda-forge      312kB                                                                                                                                                                                                                                                                                                                                                  
  - libgcc-ng                            15.2.0  h69a702a_7           conda-forge     Cached                                                                                                                                                                                                  
  + libgcc-ng                             9.2.0  h24d8f2e_2           conda-forge        9MB                                                                                                                                                                                                                                                                                                                                                  
  - libgomp                              15.2.0  h767d61c_7           conda-forge     Cached                                                                                                                                                                                                  
  + libgomp                               9.2.0  h24d8f2e_2           conda-forge      835kB                                                                                                                                                                                                  
  - libsodium                            1.0.20  h4ab18f5_0           conda-forge     Cached                                                                                                                                                                                                  
  + libsodium                            1.0.18  h36c2ea0_1           conda-forge      375kB                                                                                                                                                                                                  
  - libstdcxx-ng                         15.2.0  h4852527_7           conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + libstdcxx-ng                          9.2.0  hdf63c60_2           conda-forge        5MB                                                                                                                                                                                                  
  - libuuid                              2.41.2  he9a06e4_0           conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + libuuid                              2.32.1  h14c3975_1000        conda-forge       27kB                                                                                                                                                                                                  
  - libuv                                1.51.0  hb03c661_1           conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + libuv                                1.40.0  hd18ef5c_0           conda-forge      942kB                                                                                                                                                                                                                                                                                                                                                  
  - libzlib                               1.3.1  hb9d3cd8_2           conda-forge     Cached                                                                                                                                                                                                  
  + libzlib                              1.2.11  h36c2ea0_1013        conda-forge       60kB                                                                                                                                                                                                  
  - ncurses                                 6.5  h2d0b736_3           conda-forge     Cached                                                                                                                                                                                                  
  + ncurses                                 6.2  h58526e2_4           conda-forge        1MB                                                                                                                                                                                                  
  - nodejs                              20.19.5  hf7ee748_0           conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + nodejs                               15.3.0  h25f6087_0           conda-forge       16MB                                                                                                                                                                                                                                                                                                                                                  
  - notebook                              7.4.5  pyhd8ed1ab_0         conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + notebook                              6.5.7  pyha770c72_0         conda-forge      309kB                                                                                                                                                                                                                                                                                                                                                  
  - openssl                               3.5.4  h26f9b46_0           conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + openssl                              1.1.1h  h516909a_0           conda-forge        2MB                                                                                                                                                                                                                                                                                                                                                  
  - psutil                                7.0.0  py39h8cd3c5a_0       conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + psutil                                5.7.3  py39h38d8fee_0       conda-forge      348kB                                                                                                                                                                                                                                                                                                                                                  
  - pydantic                             2.11.7  pyh3cfb1c2_0         conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + pydantic                              1.7.2  py39hbd71b63_0       conda-forge        2MB                                                                                                                                                                                                                                                                                                                                                  
  - pyjwt                                2.10.1  pyhd8ed1ab_0         conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + pyjwt                                 2.0.1  pyhd8ed1ab_0         conda-forge       17kB                                                                                                                                                                                                                                                                                                                                                  
  - python                               3.9.23  hc30ae73_0_cpython   conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + python                                3.9.0  h2a148a8_4_cpython   conda-forge       25MB                                                                                                                                                                                                                                                                                                                                                  
  - pyyaml                                6.0.2  py39h9399b63_2       conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + pyyaml                                5.3.1  py39h38d8fee_1       conda-forge      195kB                                                                                                                                                                                                                                                                                                                                                  
  - pyzmq                                27.0.2  py39haa5fa38_0       conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + pyzmq                                20.0.0  py39h25affbc_1       conda-forge      508kB                                                                                                                                                                                                                                                                                                                                                  
  - readline                                8.2  h8c095d6_2           conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + readline                                8.0  he28a2e2_2           conda-forge      288kB                                                                                                                                                                                                                                                                                                                                                  
  - sqlalchemy                           2.0.43  py39hd399759_0       conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + sqlalchemy                           1.3.20  py39h07f9747_0       conda-forge        2MB                                                                                                                                                                                                                                                                                                                                                  
  - tk                                   8.6.13  noxft_hd72426e_102   conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + tk                                   8.6.11  h21135ba_0           conda-forge        3MB                                                                                                                                                                                                                                                                                                                                                  
  - tornado                               6.5.2  py39hd399759_0       conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + tornado                                 6.1  py39hbd71b63_0       conda-forge      664kB                                                                                                                                                                                                                                                                                                                                                  
  - urllib3                               2.5.0  pyhd8ed1ab_0         conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + urllib3                               2.2.2  pyhd8ed1ab_0         conda-forge       95kB                                                                                                                                                                                                                                                                                                                                                  
  - zeromq                                4.3.5  h387f397_9           conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + zeromq                                4.3.3  h58526e2_3           conda-forge      295kB                                                                                                                                                                                                                                                                                                                                                  
  - zlib                                  1.3.1  hb9d3cd8_2           conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + zlib                                 1.2.11  h36c2ea0_1013        conda-forge       88kB                                                                                                                                                                                                                                                                                                                                                  
  - zstandard                            0.23.0  py39hd399759_3       conda-forge     Cached                                                                                                                                                                                                                                                                                                                                                  
  + zstandard                            0.14.0  py39hf149a3a_3       conda-forge      613kB                                                                                                                                                                                                                                                                                                                                                  

  Summary:                                                                                                                                                                                                                                                                                                                                                                                                                                    

  Install: 33 packages                                                                                                                                                                                                                                                                                                                                                                                                                        
  Remove: 12 packages                                                                                                                                                                                                                                                                                                                                                                                                                         
  Change: 4 packages                                                                                                                                                                                                                                                                                                                                                                                                                          
  Downgrade: 52 packages                                                                                                                                                                                                                                                                                                                                                                                                                      

  Total download: 373MB                                                                                                                                                                                                                                                                                                                                                                                                                       

──────────────────────────────────────────────────────────────────────────────────────────────                                                                                                                                                                                                                                                                                                                                                


Dry run. Not executing the transaction.                                                                                                                                                                                                                                                                                                                                                                                                       
./build/micromamba/micromamba env update -p /tmp/env -f /tmp/downgrade.yml --dry-run  18.51s user 0.22s system 99% cpu 18.828 total

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment