From d100b1e3eceede140217c770952928d31d667fe7 Mon Sep 17 00:00:00 2001 From: Antti Soininen Date: Wed, 16 Oct 2024 13:38:25 +0300 Subject: [PATCH] Reject PySide6 6.8.0.1 Unit tests segfault with this PySide6. Re #2980 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6126a30bd..77d33e712 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",