Skip to content

Commit 6e81f05

Browse files
committed
add pyside6.8 since this version supports numpy2 required in the core
1 parent 2de487e commit 6e81f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
requires-python = '>=3.10'
2323
dependencies = [
24-
'PySide6>=6.6,<6.7'
24+
'PySide6>=6.8,<6.9' # updated due to Numpy2 dependency
2525
]
2626

2727
[project.urls]

0 commit comments

Comments
 (0)