File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments