From 726da3ca04cdafb23ddc3d39c15d103192030976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 00:09:14 +0000 Subject: [PATCH] Bump imagecodecs from 2021.8.26 to 2023.9.18 in /trainer Bumps [imagecodecs](https://github.com/cgohlke/imagecodecs) from 2021.8.26 to 2023.9.18. - [Release notes](https://github.com/cgohlke/imagecodecs/releases) - [Changelog](https://github.com/cgohlke/imagecodecs/blob/master/CHANGES.rst) - [Commits](https://github.com/cgohlke/imagecodecs/compare/v2021.8.26...v2023.9.18) --- updated-dependencies: - dependency-name: imagecodecs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- trainer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trainer/requirements.txt b/trainer/requirements.txt index 82633d89..84d02acc 100644 --- a/trainer/requirements.txt +++ b/trainer/requirements.txt @@ -2,6 +2,6 @@ scikit-image==0.19.3 numpy==1.24.3 scipy==1.10.0 Pillow==9.3.0 -imagecodecs==2021.8.26 +imagecodecs==2023.9.18 torch==1.13.1 torchvision==0.14.1