Skip to content

Commit 935c43b

Browse files
authored
Merge pull request #1745 from HEXRD/fix-macos-test
Downgrade PySide6 to fix tests
2 parents b83f9fa + f2992dc commit 935c43b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
'fabio>=0.11',
88
'matplotlib',
99
'Pillow',
10-
'pyside6',
10+
# PySide 6.8.0 is causing segmentation faults in the testing
11+
# Keep this version downgraded until that is fixed.
12+
'pyside6<6.8.0',
1113
'pyyaml',
1214
'silx',
1315
]

0 commit comments

Comments
 (0)