diff --git a/setup.py b/setup.py index dd9c79ff50163cc5f7df24b3faa077ced3b1de8a..0431bad1067c6fdb5d4a085d2896076ace9cd3d6 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",