From 36cd4065df184330a21f78c71f367ae72ed09be5 Mon Sep 17 00:00:00 2001 From: Jakob Lass Date: Thu, 10 Apr 2025 15:42:06 +0200 Subject: [PATCH] Add matplotlib as requirement --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7f97dd6..8f09d63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ dependencies = [ "numpy>=2", "scipy>=1.7", "torch>=2", + "matplotlib>=3.4", ] requires-python = ">=3.6" authors = [