From 801a678f09b478cc7c347758195779fc7e166149 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Sun, 29 Oct 2023 14:16:02 +0100 Subject: [PATCH] Add `all` selector for installation to install gui libraries --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 50a330c82..e37af0a1b 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ "pytest-xdist", ], "dev": ["black", "pre-commit >=1.16"], + "all": ["gui-jupyter", "gui-traitsui"], }