Skip to content

Commit

Permalink
remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Apr 25, 2023
1 parent 794b52e commit a60b89b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ requirements:
host:
- python
- setuptools
- libtiff
- libtiff # [not win]
- libpng
- jpeg
- zlib
- tbb-devel
- zlib # [not win]
- tbb-devel # [not win]

run:
- vs2015_runtime # [win]
- python
- {{ pin_compatible('libtiff', max_pin='x.x') }}
- {{ pin_compatible('libtiff', max_pin='x.x') }} # [not win]
- {{ pin_compatible('libpng', max_pin='x.x') }}
- {{ pin_compatible('jpeg', max_pin='x') }}
- {{ pin_compatible('zlib', max_pin='x.x') }}
- tbb
- {{ pin_compatible('zlib', max_pin='x.x') }} # [not win]
- tbb # [not win]

test:
imports:
Expand Down

0 comments on commit a60b89b

Please sign in to comment.