Skip to content

Commit 0cf6238

Browse files
committed
Raise minimum version of pyqtgraph to 0.11.0
1 parent 6fc39e7 commit 0cf6238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ requirements:
4444
- xlsxwriter
4545
- anyqt >=0.0.8
4646
- pyqt >=5.12,!=5.15.1
47-
- pyqtgraph ~=0.10.0|~=0.11.0
47+
- pyqtgraph ~=0.11.0
4848
- joblib >=0.9.4
4949
- keyring
5050
- keyrings.alt

requirements-gui.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PyQt5>=5.12,!=5.15.1 # 5.15.1 skipped because of QTBUG-87057 - affects select c
55
PyQtWebEngine>=5.12
66
AnyQt>=0.0.8
77

8-
pyqtgraph>=0.10.0
8+
pyqtgraph>=0.11.0
99
matplotlib>=2.0.0
1010

1111
# For add-ons' descriptions

0 commit comments

Comments
 (0)