From a97b486fcfdb2b3bf4985eb08b00685ec9d9e7d4 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 8 Sep 2018 00:25:48 +0300 Subject: [PATCH] Try to change conda channels. --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index c32b183e..a93281f9 100644 --- a/environment.yml +++ b/environment.yml @@ -1,6 +1,6 @@ name: py37 -channels: - - conda-forge +# channels: +# - conda-forge dependencies: - python=3.7 - sphinx