From ed4f186d10626375bc994815d6a4078f336751ed Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Sun, 14 Jan 2018 14:55:05 -0700 Subject: [PATCH] Update setup.py --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd9c79f..0431bad 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,9 @@ def setup_package(): 'pandas', 'sqlalchemy', 'pyyaml', - 'networkx'], + 'networkx', + 'affine', + 'scipy'], classifiers=[ "Development Status :: 3 - Alpha", "Topic :: Utilities", -- GitLab