diff --git a/pyproject.toml b/pyproject.toml index e0c2af4..9f2c961 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["sum_dirac_dfcoef>=4.3.0", "pyqt5", "qtpy"] +dependencies = ["sum_dirac_dfcoef>=4.3.0", "PySide6", "qtpy"] [project.optional-dependencies] dev = ["coverage[toml]>=6.5", "pytest", "black>=23.1.0", "mypy>=1.0.0", "ruff>=0.0.243"]