diff --git a/python/crankshaft/setup.py b/python/crankshaft/setup.py index f045b62..59242d0 100644 --- a/python/crankshaft/setup.py +++ b/python/crankshaft/setup.py @@ -40,9 +40,9 @@ setup( # The choice of component versions is dictated by what's # provisioned in the production servers. - install_requires=['pysal==1.11.0','numpy==1.6.1','scipy==0.17.0'], + install_requires=['pysal==1.11.0', 'numpy==1.6.1', 'scipy==0.17.0', 'pandas==0.17.1', 'scikit-learn==0.17.0', 'statsmodels==0.6.1', 'keras==0.3.2', 'shapely==1.5.3', 'osgeo==2.0.2'], - requires=['pysal', 'numpy'], + requires=['pysal', 'numpy', 'scipy', 'pandas', 'scikit-learn', 'statsmodels', 'keras', 'shapely', 'osgeo'], test_suite='test' )