From 9d2d79275feffa3575fba730e9c1eb50557eca92 Mon Sep 17 00:00:00 2001 From: Brendan Date: Fri, 11 Aug 2023 12:12:21 +0200 Subject: [PATCH] Updated doc/ test env --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 74a7afca..89d5111e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ test = [ "pytest>=2.7.3", "pytest-cov", "pytest-mock", + "hydromt_wflow[dev]", ] doc = [ "nbsphinx", @@ -58,6 +59,7 @@ doc = [ "sphinx_design", "pydata-sphinx-theme", "sphinx_autosummary_accessors", + "hydromt_wflow[examples,extra]", ] examples = [ "jupyterlab",