We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a4c00 commit f8c566fCopy full SHA for f8c566f
recipe/meta.yaml
@@ -22,8 +22,9 @@ requirements:
22
- python
23
- setuptools
24
- cython
25
- - numpy 1.8.* # [not (win and (py35 or py36))]
26
- - numpy 1.9.* # [win and (py35 or py36)]
+ - numpy 1.8.* # [not (win and (py35 or py36))]
+ - numpy 1.9.* # [win and py35]
27
+ - numpy 1.11.* # [win and py36]
28
- zlib 1.2.8
29
- lzo 2.* # [linux]
30
- bzip2 1.0.*
@@ -34,8 +35,9 @@ requirements:
34
35
run:
36
37
- six
- - numpy >=1.8 # [not (win and (py35 or py36))]
38
- - numpy >=1.9 # [win and (py35 or py36)]
+ - numpy >=1.8 # [not (win and (py35 or py36))]
39
+ - numpy >=1.9 # [win and py35]
40
+ - numpy >=1.11 # [win and py36]
41
- numexpr
42
- hdf5 1.8.18|1.8.18.*
43
0 commit comments