Skip to content

Commit

Permalink
Disallow PySide6 6.5.3
Browse files Browse the repository at this point in the history
Re #2345

(cherry picked from commit 2cebe77)
  • Loading branch information
ptsavol committed Oct 9, 2023
1 parent 28fc659 commit f8a7421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
]
requires-python = ">=3.8.1, <3.12"
dependencies = [
"pyside6 >= 6.5.0",
"pyside6 >= 6.5.0, != 6.5.3",
# As of 2022-09-05 psutil 5.9.2 requires extra Microsoft Visual
# Build Tools installation
"psutil < 5.9.2",
Expand Down

0 comments on commit f8a7421

Please sign in to comment.