From 799d7db5c5fc0684f556a66ba78772e2cc79e693 Mon Sep 17 00:00:00 2001 From: Patrick Avery Date: Thu, 24 Apr 2025 15:49:41 -0500 Subject: [PATCH] Unpin PySide6 Hopefully the issues requiring this are fixed... Signed-off-by: Patrick Avery --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 829d52740..0e4f25705 100644 --- a/setup.py +++ b/setup.py @@ -10,9 +10,7 @@ # Fix the matplotlib version until that is resolved. 'matplotlib<3.10', 'Pillow', - # PySide 6.8.0 is causing segmentation faults in the testing - # Keep this version downgraded until that is fixed. - 'pyside6<6.8.0', + 'pyside6', 'pyyaml', 'silx', ]