Skip to content

Commit fe9a2b9

Browse files
committed
Try removing PySide6 pinning for tests
Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
1 parent 3ebe094 commit fe9a2b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
# Fix the matplotlib version until that is resolved.
1111
'matplotlib<3.10',
1212
'Pillow',
13-
# PySide 6.8.0 is causing segmentation faults in the testing
14-
# Keep this version downgraded until that is fixed.
15-
'pyside6<6.8.0',
13+
'pyside6',
1614
'pyyaml',
1715
'silx',
1816
]

0 commit comments

Comments
 (0)