File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
images/docker-stacks-foundation
tests/docker-stacks-foundation Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 3
3
This changelog only contains breaking and/or significant changes manually introduced to this repository (using Pull Requests).
4
4
All image manifests can be found in [ the wiki] ( https://github.com/jupyter/docker-stacks/wiki ) .
5
5
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
+
6
13
## 2024-11-08
7
14
8
15
Affected: all images except ` docker-stacks-foundation ` .
Original file line number Diff line number Diff line change @@ -124,9 +124,8 @@ RUN set -x && \
124
124
--prefix="${CONDA_DIR}" \
125
125
--yes \
126
126
'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' \
130
129
"${PYTHON_SPECIFIER}" && \
131
130
rm -rf /tmp/bin/ && \
132
131
# Pin major.minor version of python
Original file line number Diff line number Diff line change 70
70
EXCLUDED_PACKAGES = [
71
71
"bzip2" ,
72
72
"ca-certificates" ,
73
- "conda-forge::blas[build=openblas] " ,
73
+ "conda-forge::blas=* " ,
74
74
"grpcio-status" ,
75
75
"grpcio" ,
76
76
"hdf5" ,
77
77
"jupyterhub-singleuser" ,
78
78
"jupyterlab-git" ,
79
- "mamba[version='<2.0.0'] " ,
80
- "notebook[version=' >" ,
79
+ "mamba" ,
80
+ "notebook>" ,
81
81
"openssl" ,
82
82
"protobuf" ,
83
83
"python" ,
You can’t perform that action at this time.
0 commit comments