From f25072f2e708c231ea05040cab6aae2699a7be6f Mon Sep 17 00:00:00 2001 From: "Ryan C. Cooper" Date: Tue, 28 Aug 2018 10:59:25 -0400 Subject: [PATCH] edited mybinder yml with python version --- environment.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/environment.yml b/environment.yml index a321ab2..030358c 100644 --- a/environment.yml +++ b/environment.yml @@ -1,8 +1,8 @@ name: example-environment -channels: - - conda-forge + dependencies: - - python + - python=3.6 - numpy - - matplotlib - - scipy + - toolz + - matplotlib + - scipy