From f3a10cb1fe13b72711a8a3dc8bc6d5b10b4767d9 Mon Sep 17 00:00:00 2001 From: adam-urbanczyk Date: Sat, 2 Nov 2019 23:55:10 +0100 Subject: [PATCH] Conda recipe fix --- conda/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index c796935b5..7b18e0ced 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -11,10 +11,10 @@ build: requirements: build: - - python >= {{ environ.get('PYTHON_VERSION') }} + - python >={{ environ.get('PYTHON_VERSION') }} - setuptools run: - - python >= {{ environ.get('PYTHON_VERSION') }} + - python >={{ environ.get('PYTHON_VERSION') }} - oce 0.18.* - pythonocc-core 0.18.2* - pyparsing 2.*