From 7d2cf97fbfca7c20e62fc39eb351ed6ec475aff1 Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Mon, 23 Oct 2017 16:02:28 -0600 Subject: [PATCH] FIX: Conda install for Windows --- etc/python2.7-environment.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/etc/python2.7-environment.yml b/etc/python2.7-environment.yml index 50754b44..06a19677 100644 --- a/etc/python2.7-environment.yml +++ b/etc/python2.7-environment.yml @@ -3,17 +3,15 @@ channels: - defaults dependencies: - certifi=2016.2.28=py27_0 -- libgfortran=3.0.0=1 - mkl=2017.0.3=0 - numpy=1.13.1=py27_0 -- openssl=1.0.2l=0 +- openssl=1.0.2l - pip=9.0.1=py27_1 - python=2.7.13=0 -- readline=6.2=2 - scipy=0.19.1=np113py27_0 - setuptools=36.4.0=py27_1 -- sqlite=3.13.0=0 -- tk=8.5.18=0 +- sqlite=3.13.0 +- tk=8.5.18 - wheel=0.29.0=py27_0 - zlib=1.2.11=0 - pip: