From 8a53431568de683cb4c3e581f6f4be8014ef345b Mon Sep 17 00:00:00 2001 From: grouazel Date: Tue, 16 Jan 2024 14:30:01 +0100 Subject: [PATCH] no matplotlib-base in PyPi -> back to matplotlib --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 290e5d9..13f5502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ 'tqdm', "zarr", 'fsspec', - 'matplotlib-base', + 'matplotlib', 'scipy', 'aiohttp', 'holoviews',