Skip to content

Commit 1ca41bc

Browse files
committed
Address review comments from @loriab
Also, remove windows build, since this may be out of our scope. See: pypa/pip#5679
1 parent 2ad3707 commit 1ca41bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

recipes/hdmedians/meta.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ source:
1111

1212
build:
1313
number: 0
14+
skip: true # [win]
1415
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv "
1516

1617
requirements:
@@ -21,9 +22,7 @@ requirements:
2122
- numpy
2223
- pip
2324
- python
24-
- nose
2525
run:
26-
- cython >=0.23
2726
- numpy
2827
- python
2928
- nose

0 commit comments

Comments
 (0)