Bump scipy from 0.14.0 to 1.10.0 in /release/python/0.5.1/crankshaft

Bumps [scipy](https://github.com/scipy/scipy) from 0.14.0 to 1.10.0.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](https://github.com/scipy/scipy/compare/v0.14.0...v1.10.0)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/release/python/0.5.1/crankshaft/scipy-1.10.0
dependabot[bot] 1 year ago committed by GitHub
parent 494c047563
commit ccbf0558bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
joblib==0.8.3 joblib==0.8.3
numpy==1.6.1 numpy==1.6.1
scipy==0.14.0 scipy==1.10.0
pysal==1.11.2 pysal==1.11.2
scikit-learn==0.14.1 scikit-learn==0.14.1

@ -41,7 +41,7 @@ setup(
# The choice of component versions is dictated by what's # The choice of component versions is dictated by what's
# provisioned in the production servers. # provisioned in the production servers.
# IMPORTANT NOTE: please don't change this line. Instead issue a ticket to systems for evaluation. # 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'], requires=['pysal', 'numpy', 'sklearn'],

Loading…
Cancel
Save