Skip to content

Commit 16c06da

Browse files
[requirements] Update PySide6 for Python > 3.11 and macOS compatibility (#1677)
- Updated PySide6 to version 6.8.2.1 for Python > 3.11. - Ensured compatibility with macOS.
1 parent 0558d60 commit 16c06da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_gui.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PySide6==6.7.1;python_version>"3.11"
1+
PySide6==6.8.2.1;python_version>"3.11"
22
PySide6==6.5.3;python_version=="3.11"
33
PySide2==5.15.2.1;python_version<="3.10"
44
QtPy==1.11.3;python_version<"3.7"

0 commit comments

Comments
 (0)