From f63ea31605c6b4942b82b43e3eb230997e23df29 Mon Sep 17 00:00:00 2001 From: AlexNikic Date: Thu, 2 Oct 2025 18:20:33 +0200 Subject: [PATCH] added matplotlib to tox --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 0035704..2c85214 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ deps = pytest twine build + matplotlib commands = check-manifest --ignore 'tox.ini,tests/**,.editorconfig,vscode.env,.vscode/**' python -m build