From f8ae3b77cf00cbb175b0b48237d51b25b13b356f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 13:18:00 +0000 Subject: [PATCH] Bump numpy from 1.16.4 to 1.22.0 in /CV/robust_vessel_segmentation Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 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.16.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- CV/robust_vessel_segmentation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CV/robust_vessel_segmentation/requirements.txt b/CV/robust_vessel_segmentation/requirements.txt index 70754d5e6..c1cf6faa8 100644 --- a/CV/robust_vessel_segmentation/requirements.txt +++ b/CV/robust_vessel_segmentation/requirements.txt @@ -1,4 +1,4 @@ matplotlib==2.2.2 -numpy==1.16.4 +numpy==1.22.0 opencv-python==3.4.3 paddlepaddle-gpu==1.6.2 \ No newline at end of file