Merge pull request #979 from minrk/mamba-061

Mamba 0.6.1
pull/981/head
Simon Li 2020-10-23 09:58:48 +01:00 zatwierdzone przez GitHub
commit 30ef2209cc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 9 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,7 @@ set -ex
cd $(dirname $0)
MINIFORGE_VERSION=4.8.2-1
MAMBA_VERSION=0.5.1
MAMBA_VERSION=0.6.1
# SHA256 for installers can be obtained from https://github.com/conda-forge/miniforge/releases
SHA256SUM="4f897e503bd0edfb277524ca5b6a5b14ad818b3198c2f07a36858b7d88c928db"

Wyświetl plik

@ -0,0 +1,6 @@
name: lume-model-server-demo
dependencies:
- python=3.7
# specify a channel name in the dependency
# mamba < 0.6 doesn't handle this right
- bokeh::jupyter_bokeh==2.0.3

Wyświetl plik

@ -0,0 +1,2 @@
#!/usr/bin/env python3
import jupyter_bokeh