From bbb40e50fe7bc03010182b502a72531f89cf4aea Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Mon, 24 Jul 2017 17:00:17 -0700 Subject: [PATCH] Add channels --- environment.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/environment.yml b/environment.yml index 14c46ed..4541177 100644 --- a/environment.yml +++ b/environment.yml @@ -1,5 +1,9 @@ name: example-environment +channels: + - defaults + - conda-forge + dependencies: - python=3.6 - numpy