From b78583f074d944025bd33356fbf0bc5a332a3616 Mon Sep 17 00:00:00 2001 From: Olivier Verdier Date: Fri, 27 Sep 2024 13:49:47 +0200 Subject: [PATCH] CI: other missing pseudo-dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 254c3b3..88f4544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ dependencies = [ "torch", "numpy", "numba", # only used in `ddmatch` + "matplotlib", # only used in `ddmatch` ] readme = "README.md" license = {file = "LICENSE"}