Bump numpy from 1.11.0 to 1.22.0 in /src/py/crankshaft

Bumps [numpy](https://github.com/numpy/numpy) from 1.11.0 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.11.0...v1.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-06-21 21:07:01 +00:00
committed by GitHub
parent 494c047563
commit cfb19c01aa
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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'],