Skip to content

Commit

Permalink
Disallow PySide6 6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsavol committed Oct 9, 2023
1 parent 4ba4bf5 commit 2cebe77
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 2cebe77

Please sign in to comment.