Skip to content

Commit

Permalink
Merge pull request #5017 from PrimozGodec/limit-pyqt-version
Browse files Browse the repository at this point in the history
Skip PyQt version 5.15.1 in requirements
  • Loading branch information
lanzagar committed Oct 7, 2020
2 parents c27609c + 1ca7d76 commit 6fc39e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ requirements:
- xlrd >=0.9.2
- xlsxwriter
- anyqt >=0.0.8
- pyqt >=5.12
- pyqt >=5.12,!=5.15.1
- pyqtgraph ~=0.10.0|~=0.11.0
- joblib >=0.9.4
- keyring
Expand Down
2 changes: 1 addition & 1 deletion requirements-gui.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
orange-canvas-core>=0.1.15,<0.2a
orange-widget-base>=4.8.1

PyQt5>=5.12
PyQt5>=5.12,!=5.15.1 # 5.15.1 skipped because of QTBUG-87057 - affects select columns
PyQtWebEngine>=5.12
AnyQt>=0.0.8

Expand Down

0 comments on commit 6fc39e7

Please sign in to comment.