From a3b7a25866e9d0b06c9e1c0742a796e77b81e6c1 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 26 Jan 2018 14:36:51 +0100 Subject: [PATCH] conda yaml: add space before version spec --- conda/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 71d814004d..18fd7293f2 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -19,14 +19,14 @@ requirements: - gcc # [osx] - make - python - - oce==0.17.2 + - oce ==0.17.2 - cmake - - swig>=3.0.9 + - swig >=3.0.9 - libboost - icu run: - python - - oce==0.17.2 + - oce ==0.17.2 - libboost - icu