Skip to content

Commit

Permalink
Merge pull request #5045 from markotoplak/raise-anyqt
Browse files Browse the repository at this point in the history
Raise canvas-core version to fix some problems with Qt 5.9
  • Loading branch information
irgolic committed Oct 23, 2020
2 parents 1e35859 + ff20217 commit 119ce6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ requirements:
- chardet >=3.0.2
- xlrd >=0.9.2
- xlsxwriter
- anyqt >=0.0.8
- anyqt >=0.0.11
- pyqt >=5.12,!=5.15.1
- pyqtgraph >=0.11.0
- joblib >=0.9.4
Expand All @@ -56,7 +56,7 @@ requirements:
- openTSNE >=0.4.3
- pandas
- pyyaml
- orange-canvas-core >=0.1.16,<0.2a
- orange-canvas-core >=0.1.18,<0.2a
- orange-widget-base >=4.8.1
- openpyxl
- httpx >=0.12
Expand Down
4 changes: 2 additions & 2 deletions requirements-gui.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
orange-canvas-core>=0.1.16,<0.2a
orange-canvas-core>=0.1.18,<0.2a
orange-widget-base>=4.8.1

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

pyqtgraph>=0.11.0
matplotlib>=2.0.0

0 comments on commit 119ce6c

Please sign in to comment.