diff --git a/pyproject.toml b/pyproject.toml index 02df2ff..f506435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ glfw = ["glfw>=1.9"] lint = ["ruff", "pre-commit"] examples = ["numpy", "wgpu", "glfw", "pyside6"] docs = ["sphinx>7.2", "sphinx_rtd_theme", "sphinx-gallery"] -tests = ["pytest", "psutil", "glfw", "pyside6"] +tests = ["pytest", "psutil", "wgpu", "glfw"] dev = ["rendercanvas[lint,tests,examples,docs]"] [project.entry-points."pyinstaller40"]