From 78411d25b943d1b948e0bc613ffe224c2c65c51b Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Wed, 4 Dec 2024 16:08:21 +0100 Subject: [PATCH] Make netcdf mandatory --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28aa2742..ae5c9763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ dependencies = [ "mikeio >= 1.2", "matplotlib", "xarray", + "netCDF4", "scipy", "jinja2", ] @@ -52,7 +53,6 @@ dev = ["pytest", test = [ "pytest", "pytest-cov", - "netCDF4", "openpyxl", "dask", "mypy",