Skip to content

Commit 30ef220

Browse files
authored
Merge pull request #979 from minrk/mamba-061
Mamba 0.6.1
2 parents 805c555 + 1bb9277 commit 30ef220

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

repo2docker/buildpacks/conda/install-miniforge.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -ex
66

77
cd $(dirname $0)
88
MINIFORGE_VERSION=4.8.2-1
9-
MAMBA_VERSION=0.5.1
9+
MAMBA_VERSION=0.6.1
1010
# SHA256 for installers can be obtained from https://github.com/conda-forge/miniforge/releases
1111
SHA256SUM="4f897e503bd0edfb277524ca5b6a5b14ad818b3198c2f07a36858b7d88c928db"
1212

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: lume-model-server-demo
2+
dependencies:
3+
- python=3.7
4+
# specify a channel name in the dependency
5+
# mamba < 0.6 doesn't handle this right
6+
- bokeh::jupyter_bokeh==2.0.3

tests/conda/channel-dep/verify

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env python3
2+
import jupyter_bokeh

0 commit comments

Comments
 (0)