From 6bc9f046ba174147ce44e1a7107788681d98d616 Mon Sep 17 00:00:00 2001 From: jrob93 Date: Thu, 29 Aug 2024 13:15:43 +0100 Subject: [PATCH] update requirements, scipy --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7482ed1..7874b80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ dependencies = [ "sbpy", "matplotlib", # for plotting "pandas", + "scipy", ] [project.urls]