diff --git a/deployments/ocean/image/binder/Dockerfile b/deployments/ocean/image/binder/Dockerfile index e70105ff..ac3ff793 100644 --- a/deployments/ocean/image/binder/Dockerfile +++ b/deployments/ocean/image/binder/Dockerfile @@ -1,2 +1,2 @@ # Note that there must be a tag -FROM pangeo/pangeo-notebook-onbuild:2019.10.15 +FROM pangeo/pangeo-notebook-onbuild:2019.11.15 diff --git a/deployments/ocean/image/binder/environment.yml b/deployments/ocean/image/binder/environment.yml index 3c899a8d..fe82084d 100644 --- a/deployments/ocean/image/binder/environment.yml +++ b/deployments/ocean/image/binder/environment.yml @@ -17,10 +17,11 @@ dependencies: - unyt - utide - xlrd - - xmitgcm>=0.4.1 - nbdime - pip: - git+https://github.com/xgcm/xgcm.git@master - git+https://github.com/intake/filesystem_spec.git@master - git+https://github.com/dask/gcsfs.git@master - - intake-esm + - git+https://github.com/intake/gdrivefs.git@master + - git+https://github.com/NCAR/intake-esm.git + - git+https://github.com/MITgcm/xmitgcm.git