diff --git a/release/python/0.5.1/crankshaft/requirements.txt b/release/python/0.5.1/crankshaft/requirements.txt index 3f50cd7..5482a74 100644 --- a/release/python/0.5.1/crankshaft/requirements.txt +++ b/release/python/0.5.1/crankshaft/requirements.txt @@ -1,5 +1,5 @@ joblib==0.8.3 numpy==1.6.1 -scipy==0.14.0 +scipy==1.10.0 pysal==1.11.2 scikit-learn==0.14.1 diff --git a/release/python/0.5.1/crankshaft/setup.py b/release/python/0.5.1/crankshaft/setup.py index 1af1d4d..16ca342 100644 --- a/release/python/0.5.1/crankshaft/setup.py +++ b/release/python/0.5.1/crankshaft/setup.py @@ -41,7 +41,7 @@ setup( # The choice of component versions is dictated by what's # provisioned in the production servers. # IMPORTANT NOTE: please don't change this line. Instead issue a ticket to systems for evaluation. - install_requires=['joblib==0.8.3', 'numpy==1.6.1', 'scipy==0.14.0', 'pysal==1.11.2', 'scikit-learn==0.14.1'], + install_requires=['joblib==0.8.3', 'numpy==1.6.1', 'scipy==1.10.0', 'pysal==1.11.2', 'scikit-learn==0.14.1'], requires=['pysal', 'numpy', 'sklearn'],