From 1948808cda5c17ddd85bad371929b89512a3d3cf Mon Sep 17 00:00:00 2001 From: Jesper Dramsch Date: Fri, 2 Aug 2024 18:37:22 +0000 Subject: [PATCH] fix: add all to dev --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1064f49..57841b2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,8 +76,9 @@ optional-dependencies.all = [ ] optional-dependencies.dev = [ - "anemoi-training[docs,tests]", + "anemoi-training[docs,tests,all]", ] + optional-dependencies.docs = [ "nbsphinx", "pandoc",