Skip to content

Commit f6d4a84

Browse files
committed
Unpin PySide6
Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
1 parent aa2a94e commit f6d4a84

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

conda.recipe/meta.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ requirements:
2828
- pyhdf
2929
# This next one is needed to fix the app name on Mac
3030
- pyobjc-framework-cocoa # [osx]
31-
# Lock the PySide6 version to be less than 6.8 for Mac.
32-
# This is because Qt 6.8 has some crashing issue we need
33-
# to resolve. This issue is tracked in:
34-
# https://github.com/HEXRD/hexrdgui/issues/1931
35-
- pyside6<6.8 # [osx]
36-
- pyside6 # [not osx]
31+
- pyside6
3732
- pyyaml
3833
- silx-base
3934

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
'fabio>=0.11',
99
'matplotlib',
1010
'Pillow',
11-
# PySide 6.8.0 is causing segmentation faults in the testing
12-
# Keep this version downgraded until that is fixed.
13-
'pyside6<6.8.0',
11+
'pyside6',
1412
'pyyaml',
1513
'silx',
1614
]

0 commit comments

Comments
 (0)