From 24675d1f2ef13356697a2b99dfdaf07f0ce13ff7 Mon Sep 17 00:00:00 2001 From: vais-ral Date: Wed, 7 Feb 2018 11:56:43 +0000 Subject: Update meta.yaml Removed python explicit version dependency --- Wrappers/Python/conda-recipe/meta.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Wrappers/Python/conda-recipe') diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml index 8b58738..fb88ab8 100644 --- a/Wrappers/Python/conda-recipe/meta.yaml +++ b/Wrappers/Python/conda-recipe/meta.yaml @@ -11,9 +11,8 @@ build: requirements: build: - - python ==2.7 # [py27] - - python ==3.5 # [py35] - - numpy + - python + - numpy x.x - setuptools - boost ==1.64.0 - boost-cpp ==1.64.0 @@ -24,9 +23,8 @@ requirements: - cmake run: - - python ==2.7 # [py27] - - python ==3.5 # [py35] - - numpy + - python + - numpy x.x - boost ==1.64 - cil_regularizer - vc 14 # [win and py35] -- cgit v1.2.3