Skip to content

Commit f8c566f

Browse files
committed
fix windows numpy pinnings (docs are wrong...)
1 parent e1a4c00 commit f8c566f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

recipe/meta.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ requirements:
2222
- python
2323
- setuptools
2424
- cython
25-
- numpy 1.8.* # [not (win and (py35 or py36))]
26-
- numpy 1.9.* # [win and (py35 or py36)]
25+
- numpy 1.8.* # [not (win and (py35 or py36))]
26+
- numpy 1.9.* # [win and py35]
27+
- numpy 1.11.* # [win and py36]
2728
- zlib 1.2.8
2829
- lzo 2.* # [linux]
2930
- bzip2 1.0.*
@@ -34,8 +35,9 @@ requirements:
3435
run:
3536
- python
3637
- six
37-
- numpy >=1.8 # [not (win and (py35 or py36))]
38-
- numpy >=1.9 # [win and (py35 or py36)]
38+
- numpy >=1.8 # [not (win and (py35 or py36))]
39+
- numpy >=1.9 # [win and py35]
40+
- numpy >=1.11 # [win and py36]
3941
- numexpr
4042
- hdf5 1.8.18|1.8.18.*
4143
- zlib 1.2.8

0 commit comments

Comments
 (0)