From 1e56683746f26831749fe7f5bc8ac21b14865f76 Mon Sep 17 00:00:00 2001 From: linarphy Date: Fri, 31 May 2024 13:50:28 +0200 Subject: [PATCH] Update dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 359ebf1..1e6d6d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,8 @@ classifiers = [ dependencies = [ "numpy", "scipy", + "science_signal", + "matplotlib", ] [project.urls]