Add matplotlib as requirement
All checks were successful
Gitea Actions Demo / build_test (3.11.12) (push) Successful in 14s

This commit is contained in:
Jakob Lass 2025-04-10 15:42:06 +02:00
parent 783c361ad1
commit 36cd4065df

View File

@ -13,6 +13,7 @@ dependencies = [
"numpy>=2", "numpy>=2",
"scipy>=1.7", "scipy>=1.7",
"torch>=2", "torch>=2",
"matplotlib>=3.4",
] ]
requires-python = ">=3.6" requires-python = ">=3.6"
authors = [ authors = [