From 0234f851650cabdf673f13c1062f077f2cdb7d7d Mon Sep 17 00:00:00 2001 From: lkstrp Date: Mon, 29 Jul 2024 16:22:04 +0200 Subject: [PATCH] fix: dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9311e687..dcc138bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ docs= [ "nbsphinx", "sphinx-automodapi", ] -dev= ["pre-commit", "pytest", "pytest-cov"] +dev= ["pre-commit", "pytest", "pytest-cov", "hvplot", "xarray", "cartopy", "geoviews", "pyproj"] [tool.setuptools_scm] version_scheme = "post-release"