From 93d3d59cdd16f0c788a255aff56fdaa4ccff462c Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Tue, 25 Jul 2017 11:54:12 -0700 Subject: [PATCH] fixing environment --- environment.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 2df5e27..f8f3ffc 100644 --- a/environment.yml +++ b/environment.yml @@ -1,13 +1,12 @@ name: example-environment dependencies: - - python=3.4 + - python=3.6 - numpy - toolz - matplotlib - dill - pandas - partd - - bokeh - pip: - git+https://github.com/blaze/dask.git#egg=dask[complete]