From 3e6f1d037ede06fdacae1fec6db0bb0f7ed2b256 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 --- conda-recipe/meta.yaml | 2 +- requirements-gui.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 359f0d814f6..52715b46612 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -44,7 +44,7 @@ requirements: - xlsxwriter - anyqt >=0.0.8 - pyqt >=5.12,!=5.15.1 - - pyqtgraph ~=0.10.0|~=0.11.0 + - pyqtgraph >=0.11.0 - joblib >=0.9.4 - keyring - keyrings.alt 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