From f4866426c164a0b848855edbef4abca577954baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Primo=C5=BE=20Godec?= Date: Thu, 8 Oct 2020 11:42:50 +0200 Subject: [PATCH] Raise minimum version of pyqtgraph to 0.11.0 --- requirements-gui.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-gui.txt b/requirements-gui.txt index 46d8ab93819..b65b2d00f9f 100644 --- a/requirements-gui.txt +++ b/requirements-gui.txt @@ -5,7 +5,7 @@ PyQt5>=5.12,!=5.15.1 # 5.15.1 skipped because of QTBUG-87057 - affects select c PyQtWebEngine>=5.12 AnyQt>=0.0.8 -pyqtgraph>=0.10.0 +pyqtgraph>=0.11.0 matplotlib>=2.0.0 # For add-ons' descriptions