From 3606934c3819b50b7dab20489c8b57f0c4781c38 Mon Sep 17 00:00:00 2001 From: WWXkenmo Date: Fri, 17 Jul 2026 04:07:22 +0200 Subject: [PATCH] Add mplscience as a dependency mplscience is imported across the plotting module but was not declared in pyproject.toml. Co-Authored-By: Claude Opus 4.8 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 10b1c98..0efb3fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ dependencies = [ "rich >=10.0.0", "cloudpickle>=3.0.0", "tqdm >=4.60.0", + "mplscience >=0.0.7", ] [project.optional-dependencies]