From 510d2355631d29a5915e89b048cabcdb2962ba98 Mon Sep 17 00:00:00 2001 From: Patrick Avery Date: Fri, 1 Dec 2023 14:25:19 -0600 Subject: [PATCH] Pin qt-main temporarily The latest PySide6 doesn't appear to be compatible with qt-main==6.6.1, so downgrade to 6.6.0 until it is fixed. Signed-off-by: Patrick Avery --- conda.recipe/meta.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index b212d8d06..36e3a7a2e 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -27,6 +27,9 @@ requirements: - Pillow - pyhdf - pyside6 + # FIXME: the latest qt6-main isn't compatible with PySide6, so we are pinning + # the version. Remove this pin when this is fixed. + - qt6-main==6.6.0 - pyyaml - silx-base