From 412552259e9544e073ddd3c3de7c65b6b86833ba Mon Sep 17 00:00:00 2001 From: Thomas-Otavio Peulen Date: Mon, 25 Mar 2024 16:06:58 +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 1a40505..1806798 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -28,7 +28,7 @@ requirements: - pyyaml - qtpy - pyqt - - pyqtgraph + - pyqtgraph 0.12.* - matplotlib - numba - typing_extensions