From 507cdf623fbf257be18c1c12aa169d4c84a94190 Mon Sep 17 00:00:00 2001 From: Long Vu Date: Fri, 25 Sep 2020 20:28:47 -0400 Subject: [PATCH] jupyter: new build for new xclim with fix for missing clisops dependency Deploy new Jupyter env from PR https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/pull/52. Relevant changes: ```diff > - clisops=0.3.1=pyh32f6830_1 < - xclim==0.19.0 > - xclim=0.20.0=py_0 < - xarray=0.16.0py_0 > - xarray=0.16.1=py_0 < - dask=2.26.0=py_0 > - dask=2.27.0=py_0 < - fiona=1.8.13=py37h0492a4a_1 > - fiona=1.8.17=py37ha3d844c_0 < - gdal=3.0.4=py37h4b180d9_10 > - gdal=3.1.2=py37h518339e_2 < - jupyter_server=0.1.1=py37_0 > - jupyter_server=1.0.1=py37hc8dfbb8_0 > - jupyternotify==0.1.15 > - pytest-tornasync==0.6.0.post2 ``` See PR above for full changes. --- birdhouse/default.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdhouse/default.env b/birdhouse/default.env index 0bc97cc42..fa88bd5ed 100644 --- a/birdhouse/default.env +++ b/birdhouse/default.env @@ -2,7 +2,7 @@ # All env in this default.env must not depend on any env in env.local. # Jupyter single-user server image -export DOCKER_NOTEBOOK_IMAGE="pavics/workflow-tests:200914.1" +export DOCKER_NOTEBOOK_IMAGE="pavics/workflow-tests:200925.1" export FINCH_IMAGE="birdhouse/finch:version-0.5.2"