diff --git a/src/py/crankshaft/requirements.txt b/src/py/crankshaft/requirements.txt index f573571..d262c85 100644 --- a/src/py/crankshaft/requirements.txt +++ b/src/py/crankshaft/requirements.txt @@ -1,5 +1,5 @@ joblib==0.9.4 -numpy==1.11.0 +numpy==1.22.0 scipy==0.17.0 pysal==1.14.3 scikit-learn==0.17.0 diff --git a/src/py/crankshaft/setup.py b/src/py/crankshaft/setup.py index d1a2175..65cc318 100644 --- a/src/py/crankshaft/setup.py +++ b/src/py/crankshaft/setup.py @@ -42,7 +42,7 @@ setup( # provisioned in the production servers. # IMPORTANT NOTE: please don't change this line. Instead issue a ticket to systems for evaluation. # NOTE2: For Bionic, .travis.yml is editing this line to match dependencies - install_requires=['joblib==0.9.4', 'numpy==1.11.0', 'scipy==0.17.0', 'pysal==1.14.3', 'scikit-learn==0.17.0'], + install_requires=['joblib==0.9.4', 'numpy==1.22.0', 'scipy==0.17.0', 'pysal==1.14.3', 'scikit-learn==0.17.0'], requires=['pysal', 'numpy', 'sklearn'],