From e286a278214a692c64434b45eec99ea965fc1078 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Tue, 25 Jul 2017 04:46:25 +0300 Subject: [PATCH] Change python version to 3.5 (For docs) --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index ea2656ad..70007d98 100644 --- a/environment.yml +++ b/environment.yml @@ -1,9 +1,9 @@ -name: py36 +name: py35 channels: - conda-forge - default dependencies: - - python=3.6 + - python=3.5 - sphinx=1.5.3 - sphinx_rtd_theme=0.2.4 - pip