From 95b09afa46de3123119a868cb29fb783f90eba24 Mon Sep 17 00:00:00 2001 From: Greg Blumberg Date: Tue, 12 Feb 2019 01:08:50 -0500 Subject: [PATCH] Forcing environment.yml to be py34 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 1a650de1..a7f06766 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - conda-forge - anaconda dependencies: - - python=3 + - python=3.4 - numpy=1.15.* - pyside - sphinx