From 9305cc1597fc0fd7cd202adee69c84e45d98e574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 20:59:23 +0000 Subject: [PATCH] Bump opencv-python in /robustness-master/ImageNet-C/imagenet_c Bumps [opencv-python](https://github.com/opencv/opencv-python) from 3.4.2.16 to 4.2.0.32. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- robustness-master/ImageNet-C/imagenet_c/requirements.txt | 2 +- robustness-master/ImageNet-C/imagenet_c/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/robustness-master/ImageNet-C/imagenet_c/requirements.txt b/robustness-master/ImageNet-C/imagenet_c/requirements.txt index 6e464cf..48a5535 100644 --- a/robustness-master/ImageNet-C/imagenet_c/requirements.txt +++ b/robustness-master/ImageNet-C/imagenet_c/requirements.txt @@ -2,5 +2,5 @@ numpy==1.14.0 Pillow==5.0.0 scikit-image==0.13.1 Wand==0.4.4 -opencv-python==3.4.2.16 +opencv-python==4.2.0.32 scipy==1.0.0 diff --git a/robustness-master/ImageNet-C/imagenet_c/setup.py b/robustness-master/ImageNet-C/imagenet_c/setup.py index bc8198a..fa90c98 100644 --- a/robustness-master/ImageNet-C/imagenet_c/setup.py +++ b/robustness-master/ImageNet-C/imagenet_c/setup.py @@ -22,7 +22,7 @@ }, install_requires=[ 'wand ~= 0.4', - 'opencv-python ~= 3.4', + 'opencv-python >= 3.4,< 5.0', ], #include_package_data=True, classifiers=[