mirror of
https://github.com/CartoDB/crankshaft.git
synced 2024-11-01 10:20:48 +08:00
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>
This commit is contained in:
parent
494c047563
commit
e27b18bb33
@ -1,5 +1,5 @@
|
|||||||
joblib==0.9.4
|
joblib==0.9.4
|
||||||
numpy==1.11.0
|
numpy==1.11.0
|
||||||
scipy==0.17.0
|
scipy==1.10.0
|
||||||
pysal==1.14.3
|
pysal==1.14.3
|
||||||
scikit-learn==0.17.0
|
scikit-learn==0.17.0
|
||||||
|
@ -42,7 +42,7 @@ setup(
|
|||||||
# 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.
|
||||||
# NOTE2: For Bionic, .travis.yml is editing this line to match dependencies
|
# 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'],
|
requires=['pysal', 'numpy', 'sklearn'],
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user