Skip to content

Commit

Permalink
Remove limit on PySide6 version
Browse files Browse the repository at this point in the history
We had issues with PySide6 version 6.8.0, but the latest version,
version 6.8.1, appears to be working fine.

Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
  • Loading branch information
psavery committed Jan 8, 2025
1 parent 9af9994 commit e507cd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
'fabio>=0.11',
'matplotlib',
'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',
]
Expand Down

0 comments on commit e507cd4

Please sign in to comment.