Skip to content

Commit a60b89b

Browse files
committed
remove unused deps
1 parent 794b52e commit a60b89b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

recipe/meta.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ requirements:
2525
host:
2626
- python
2727
- setuptools
28-
- libtiff
28+
- libtiff # [not win]
2929
- libpng
3030
- jpeg
31-
- zlib
32-
- tbb-devel
31+
- zlib # [not win]
32+
- tbb-devel # [not win]
3333

3434
run:
3535
- vs2015_runtime # [win]
3636
- python
37-
- {{ pin_compatible('libtiff', max_pin='x.x') }}
37+
- {{ pin_compatible('libtiff', max_pin='x.x') }} # [not win]
3838
- {{ pin_compatible('libpng', max_pin='x.x') }}
3939
- {{ pin_compatible('jpeg', max_pin='x') }}
40-
- {{ pin_compatible('zlib', max_pin='x.x') }}
41-
- tbb
40+
- {{ pin_compatible('zlib', max_pin='x.x') }} # [not win]
41+
- tbb # [not win]
4242

4343
test:
4444
imports:

0 commit comments

Comments
 (0)