Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9a04e89

Browse filesBrowse files
committed
CI: readd tk build to win conda package
1 parent 428547d commit 9a04e89
Copy full SHA for 9a04e89

File tree

Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed

‎ci/conda_recipe/meta.yaml

Copy file name to clipboardExpand all lines: ci/conda_recipe/meta.yaml
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ source:
1616
# Patches setupext to look in PREFIX for the tcl/tk headers.
1717
- osx-tk.patch # [osx]
1818
# dynamic version from git
19-
# we can't use condas usuall dynamic versions as setup.py uses a guard
19+
# we can't use condas usual dynamic versions as setup.py uses a guard
2020
# around the setup call against importing, which is done internaly
2121
# by conda build to get the version.
22+
# https://github.com/matplotlib/matplotlib/pull/5629#issuecomment-167243654
2223
- condaversion.patch
2324

2425
requirements:
@@ -38,7 +39,7 @@ requirements:
3839
- libpng
3940
- zlib # [win]
4041
- pyqt # [not osx]
41-
- tk # [linux]
42+
- tk # [linux and win]
4243
- functools32 # [py2k]
4344

4445
run:
@@ -52,7 +53,7 @@ requirements:
5253
# - py2cairo # [linux and py2k]
5354
- libpng # [unix]
5455
- pyqt # [not osx]
55-
- tk # [linux]
56+
- tk # [linux and win]
5657
- functools32 # [py2k]
5758

5859
test:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.