From 1ca41bc20ec0fe52f3479834fd94cccb54522358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoshiki=20V=C3=A1zquez=20Baeza?= Date: Wed, 15 Aug 2018 11:42:40 -0700 Subject: [PATCH] Address review comments from @loriab Also, remove windows build, since this may be out of our scope. See: https://github.com/pypa/pip/issues/5679 --- recipes/hdmedians/meta.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/hdmedians/meta.yaml b/recipes/hdmedians/meta.yaml index dbb31afec7dea..9762388917bc0 100644 --- a/recipes/hdmedians/meta.yaml +++ b/recipes/hdmedians/meta.yaml @@ -11,6 +11,7 @@ source: build: number: 0 + skip: true # [win] script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv " requirements: @@ -21,9 +22,7 @@ requirements: - numpy - pip - python - - nose run: - - cython >=0.23 - numpy - python - nose