From afbc2efce0e5d01402020ff19bb9d9b56d39ec97 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sun, 5 Nov 2017 20:04:36 +0100 Subject: [PATCH] Trying to understand conda... --- config/conda.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/conda.yml b/config/conda.yml index 2af0f49..81d72c7 100644 --- a/config/conda.yml +++ b/config/conda.yml @@ -1,9 +1,9 @@ name: py35 dependencies: -- pip=9.0.1=py35_0 -- python=3.5.4=0 -- setuptools=36.6.0=py35_0 -- wheel=0.30.0=py35_0 +- pip=9.0.1 +- python=3.5 +- setuptools=36.5.0 +- wheel=0.29.0 - pip: - appdirs==1.4.3 - certifi==2017.7.27.1