From cd72e667f06874e740cdadfe9ecc5098d1be59fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:54:10 +0000 Subject: [PATCH] Bump numpy Bumps [numpy](https://github.com/numpy/numpy) from 1.17.3 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.17.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../cloud_functions/dataset_generator_http/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature_engineering/cloud_functions/dataset_generator_http/requirements.txt b/feature_engineering/cloud_functions/dataset_generator_http/requirements.txt index 2793adfe..84e97634 100644 --- a/feature_engineering/cloud_functions/dataset_generator_http/requirements.txt +++ b/feature_engineering/cloud_functions/dataset_generator_http/requirements.txt @@ -3,7 +3,7 @@ google-cloud-datastore scikit-learn==0.20.3 opencv-contrib-python==4.1.1.26 click==7.0 -numpy==1.17.3 +numpy==1.22.0 pandas==0.24.2 scikit-image==0.16.1 memory-profiler==0.55.0 \ No newline at end of file