From 5253a376e0b915a042670495ac3f4040d6706372 Mon Sep 17 00:00:00 2001 From: grouazel Date: Wed, 7 Feb 2024 10:56:51 +0100 Subject: [PATCH] add missing dependencies --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b61214..c483a8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,9 @@ dependencies = [ "scipy", "netCDF4", "importlib_resources", - 'tqdm' + 'tqdm', + 'pyyaml', + 'matplotlib' ] dynamic = ["version"]