From 0db3e2cba74313665f019b74cd56bf88ad902f93 Mon Sep 17 00:00:00 2001 From: linarphy Date: Fri, 31 May 2024 13:49:03 +0200 Subject: [PATCH] Update dependencies --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0e179e4..e5b7a23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,9 @@ classifiers = [ ] dependencies = [ "scipy", + "numpy", + "science_signal", + "matplotlib.pyplot", ] [build-system]