Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16eb34b

Browse files
committed
conda-recipe: update versioned dependencies as on conda-forge
1 parent 086d91c commit 16eb34b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ci/conda_recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ requirements:
3232
- pytz
3333
# - py2cairo # [linux and py2k]
3434
- tornado
35-
- libpng 1.6*
35+
- libpng >=1.6.21,<1.7
3636
- zlib 1.2* # [win]
3737
- pyqt # [not osx]
38-
- tk # [linux]
38+
- tk 8.5* # [linux]
3939
- functools32 # [py2k]
4040

4141
run:
@@ -47,9 +47,9 @@ requirements:
4747
- pytz
4848
- pyparsing
4949
# - py2cairo # [linux and py2k]
50-
- libpng 1.6*
50+
- libpng >=1.6.21,<1.7
5151
- pyqt # [not osx]
52-
- tk # [linux and win]
52+
- tk 8.5* # [linux and win]
5353
- functools32 # [py2k]
5454

5555
test:

0 commit comments

Comments
 (0)