File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ source:
12
12
# don't run nosetest
13
13
- cfg_notests.patch
14
14
# nake Qt4Agg the default backend
15
- - cfg_qt4agg.patch [not osx]
16
- - rctmp_pyside.patch [not osx]
15
+ - cfg_qt4agg.patch # [not osx]
16
+ - rctmp_pyside.patch # [not osx]
17
17
# tk work on OSX
18
- - osx-tk.patch [osx]
18
+ - osx-tk.patch # [osx]
19
19
# dynamic version from git
20
20
- condaversion.patch
21
21
@@ -28,26 +28,26 @@ requirements:
28
28
- freetype >=2.5,<2.6
29
29
- pyparsing
30
30
- pytz
31
- - py2cairo [linux and py2k]
31
+ - py2cairo # [linux and py2k]
32
32
- tornado
33
33
- libpng
34
- - zlib [win]
35
- - msinttypes # this package is from the conda-forge channel!
36
- - pyqt [not osx]
34
+ - zlib # [win]
35
+ - pyqt # [not osx]
37
36
- cycler
38
37
- tk
39
- # - functools32 [py27] # this is currently not available
38
+ - msinttypes # from the conda-forge channel
39
+ - functools32 # [py27] # from the conda-forge channel
40
40
41
41
run :
42
42
- python
43
43
- numpy
44
44
- python-dateutil
45
- - freetype [unix]
45
+ - freetype # [unix]
46
46
- pytz
47
47
- pyparsing
48
- - py2cairo [linux and py2k]
49
- - libpng [unix]
50
- - pyqt [not osx]
48
+ - py2cairo # [linux and py2k]
49
+ - libpng # [unix]
50
+ - pyqt # [not osx]
51
51
- cycler
52
52
- tk
53
53
You can’t perform that action at this time.
0 commit comments