Skip to content

Commit

Permalink
Force PySide6 to be less than 6.8.0
Browse files Browse the repository at this point in the history
PySide6 6.8 is causing the tests to fail for some reason.
Pin it until that gets fixed.

Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Oct 30, 2024
1 parent b83f9fa commit f2992dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
'fabio>=0.11',
'matplotlib',
'Pillow',
'pyside6',
# PySide 6.8.0 is causing segmentation faults in the testing
# Keep this version downgraded until that is fixed.
'pyside6<6.8.0',
'pyyaml',
'silx',
]
Expand Down

0 comments on commit f2992dc

Please sign in to comment.