Skip to content

Commit

Permalink
Reject PySide6 6.8.0.1
Browse files Browse the repository at this point in the history
Unit tests segfault with this PySide6.

Re #2980
  • Loading branch information
soininen committed Oct 16, 2024
1 parent 787d521 commit d100b1e
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"
dependencies = [
"PySide6 >= 6.5.0, != 6.5.3, != 6.6.3, != 6.7.0, != 6.8.0",
"PySide6 >= 6.5.0, != 6.5.3, != 6.6.3, != 6.7.0, != 6.8.0, != 6.8.0.1",
"jupyter_client >=6.0",
"qtconsole >=5.1",
"spinedb_api>=0.31.6",
Expand Down

0 comments on commit d100b1e

Please sign in to comment.