From 5c0afa6fe8401099bfe36330712d129f1eba9898 Mon Sep 17 00:00:00 2001 From: DavAug Date: Fri, 5 Feb 2021 16:44:05 +0100 Subject: [PATCH] #4 add scipy as a dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9de4a9a..e31a771 100644 --- a/setup.py +++ b/setup.py @@ -22,5 +22,6 @@ 'matplotlib', 'numpy', 'pints', + 'scipy', ], )