We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794b52e commit a60b89bCopy full SHA for a60b89b
1 file changed
recipe/meta.yaml
@@ -25,20 +25,20 @@ requirements:
25
host:
26
- python
27
- setuptools
28
- - libtiff
+ - libtiff # [not win]
29
- libpng
30
- jpeg
31
- - zlib
32
- - tbb-devel
+ - zlib # [not win]
+ - tbb-devel # [not win]
33
34
run:
35
- vs2015_runtime # [win]
36
37
- - {{ pin_compatible('libtiff', max_pin='x.x') }}
+ - {{ pin_compatible('libtiff', max_pin='x.x') }} # [not win]
38
- {{ pin_compatible('libpng', max_pin='x.x') }}
39
- {{ pin_compatible('jpeg', max_pin='x') }}
40
- - {{ pin_compatible('zlib', max_pin='x.x') }}
41
- - tbb
+ - {{ pin_compatible('zlib', max_pin='x.x') }} # [not win]
+ - tbb # [not win]
42
43
test:
44
imports:
0 commit comments