diff --git a/setup.py b/setup.py index ca22c17d4..2bb7370b3 100644 --- a/setup.py +++ b/setup.py @@ -47,8 +47,8 @@ "pytest-cov >= 2.8.1", "pytest-xdist", ], - "dev": ["black", "pre-commit >=1.16"], - "all": ["gui-jupyter", "gui-traitsui"], + "dev": ["black"], + "all": ["exspy[gui-jupyter]", "exspy[gui-traitsui]"], }