From 607085ddbbba4203917f53a86fb8e9930a5a9de4 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 7 Aug 2019 23:37:43 +0200 Subject: [PATCH] [conda] require_features is removed from conda --- conda/meta.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index deb22c4..f1b79c6 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -16,8 +16,6 @@ build: {% endif %} - python setup.py install --single-version-externally-managed --record record.txt skip: True # [blas_impl == 'openblas' and win] - requires_features: - blas: {{ blas_impl }} requirements: build: -- GitLab