From eeab98b05f15191a09084c4019acaceedb75ad3e Mon Sep 17 00:00:00 2001 From: Thomas-Otavio Peulen Date: Mon, 25 Mar 2024 16:07:33 +0100 Subject: [PATCH] Pin pyqtgraph pyqtgraph 0.13.4 has issues with python 3.8 -> pin pyqtgraph 0.12. --- conda-recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 6e03210..fe9a8bd 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -40,7 +40,7 @@ requirements: - pyyaml >=5.0.0 - qtpy - pyqt - - pyqtgraph + - pyqtgraph 0.12.* - tttrlib - matplotlib - opencv