From 2e8c1f59bb9ec47b192b471793bf8d42a9a3a34a Mon Sep 17 00:00:00 2001 From: josidd <joseph.siddons@noc.ac.uk> Date: Tue, 22 Oct 2024 07:53:23 +0100 Subject: [PATCH] deps: add "all" option --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2fb6a7e..fc55ddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,11 @@ notebooks = [ test = [ "pytest", ] +all = [ + "ipykernel", + "polars", + "pytest", +] [tool.ruff] line-length = 80 -- GitLab