From 319ff26df9413e124e1eabefe91f876df50de610 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Tue, 31 Oct 2023 12:56:58 -0700 Subject: [PATCH] add full back into (#200) --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7acf35d..2a46a2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,11 @@ dev = [ "mpi4py", "coverage", ] +full = [ + "tables-io[full]", + "matplotlib", + "scikit-learn", +] all = [ "tables-io[full]", "matplotlib",