Bump scipy from 0.17.0 to 1.10.0 in /src/py/crankshaft

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

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

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

@ -1,5 +1,5 @@
joblib==0.9.4
numpy==1.11.0
scipy==0.17.0
scipy==1.10.0
pysal==1.14.3
scikit-learn==0.17.0

@ -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.11.0', 'scipy==1.10.0', 'pysal==1.14.3', 'scikit-learn==0.17.0'],
requires=['pysal', 'numpy', 'sklearn'],

Loading…
Cancel
Save