Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] 779ce6698c
Bump joblib from 0.8.3 to 1.2.0 in /release/python/0.4.2/crankshaft
2 years ago

@ -1,4 +1,4 @@
joblib==0.8.3
joblib==1.2.0
numpy==1.6.1
scipy==0.14.0
pysal==1.11.2

@ -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==1.2.0', 'numpy==1.6.1', 'scipy==0.14.0', 'pysal==1.11.2', 'scikit-learn==0.14.1'],
requires=['pysal', 'numpy', 'sklearn'],

Loading…
Cancel
Save