Skip to content

Commit 143db35

Browse files
authored
Install mamba 2.0 (#2147)
1 parent d056af4 commit 143db35

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
This changelog only contains breaking and/or significant changes manually introduced to this repository (using Pull Requests).
44
All image manifests can be found in [the wiki](https://github.com/jupyter/docker-stacks/wiki).
55

6+
## 2024-12-03
7+
8+
Affected: all images.
9+
10+
- **Breaking:** Switch to `mamba` v2 ([#2147](https://github.com/jupyter/docker-stacks/pull/2147)).
11+
More information about changes made: <https://mamba.readthedocs.io/en/latest/developer_zone/changes-2.0.html>.
12+
613
## 2024-11-08
714

815
Affected: all images except `docker-stacks-foundation`.

images/docker-stacks-foundation/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,8 @@ RUN set -x && \
124124
--prefix="${CONDA_DIR}" \
125125
--yes \
126126
'jupyter_core' \
127-
# excluding mamba 2.X due to several breaking changes
128-
# https://github.com/jupyter/docker-stacks/pull/2147
129-
'mamba<2.0.0' \
127+
'conda' \
128+
'mamba' \
130129
"${PYTHON_SPECIFIER}" && \
131130
rm -rf /tmp/bin/ && \
132131
# Pin major.minor version of python

tests/docker-stacks-foundation/test_packages.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@
7070
EXCLUDED_PACKAGES = [
7171
"bzip2",
7272
"ca-certificates",
73-
"conda-forge::blas[build=openblas]",
73+
"conda-forge::blas=*",
7474
"grpcio-status",
7575
"grpcio",
7676
"hdf5",
7777
"jupyterhub-singleuser",
7878
"jupyterlab-git",
79-
"mamba[version='<2.0.0']",
80-
"notebook[version='>",
79+
"mamba",
80+
"notebook>",
8181
"openssl",
8282
"protobuf",
8383
"python",

0 commit comments

Comments
 (0)