Thanks to visit codestin.com Credit goes to github.com
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 086d91c commit 16eb34bCopy full SHA for 16eb34b
1 file changed
ci/conda_recipe/meta.yaml
@@ -32,10 +32,10 @@ requirements:
32
- pytz
33
# - py2cairo # [linux and py2k]
34
- tornado
35
- - libpng 1.6*
+ - libpng >=1.6.21,<1.7
36
- zlib 1.2* # [win]
37
- pyqt # [not osx]
38
- - tk # [linux]
+ - tk 8.5* # [linux]
39
- functools32 # [py2k]
40
41
run:
@@ -47,9 +47,9 @@ requirements:
47
48
- pyparsing
49
50
51
52
- - tk # [linux and win]
+ - tk 8.5* # [linux and win]
53
54
55
test:
0 commit comments