Skip to content

Commit 0840df8

Browse files
committed
Conda recipe: Change our dependency on pyqt
[ci skip] Fixes #3267 - This fixes problems with side-by-side installations with Qt4
1 parent 7a2a6e9 commit 0840df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: conda.recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requirements:
1616
run:
1717
- python
1818
- python.app # [osx]
19-
- pyqt5 # [osx]
19+
- pyqt >=5.6.0 # [osx]
2020
- pyqt # [not osx]
2121
- rope 0.9.* # [py34 or py35]
2222
- rope # [py27]

0 commit comments

Comments
 (0)