From 29cab0571269079c03dba74e86050255bab931fc Mon Sep 17 00:00:00 2001 From: "Olivia R. Lynn" Date: Wed, 17 Apr 2024 16:30:10 -0400 Subject: [PATCH] Move dependencies into rail (from rail_pipelines) --- pyproject.toml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d7bd7ae..a7ff0d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,17 +23,27 @@ dependencies = [ # On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes) [project.optional-dependencies] algos = [ - "pz-rail-pipelines[full]", + "pz-rail-astro-tools", + "pz-rail-bpz", + "pz-rail-cmnn", + "pz-rail-dsps", + "pz-rail-flexzboost", + "pz-rail-fsps", + "pz-rail-gpz-v1", + "pz-rail-pzflow", + "pz-rail-sklearn", + "pz-rail-som", + "qp-prob[full]", ] nb = [ - "pz-rail-pipelines[full]", + "pz-rail[algos]", "jupyter", "seaborn", ] dev = [ - "pz-rail-pipelines[full]", + "pz-rail[algos]", "jupyter", "seaborn", "corner",