From fc6c97a43d65b49561c896bf05bc1c75536d0dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 12:35:10 +0000 Subject: [PATCH] build(deps): update timm requirement from <=0.9.2,>0.4.5 to >0.4.5,<=0.9.5 in /requirements (#1669) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/datatype_image.txt | 2 +- requirements/testing_audio.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/datatype_image.txt b/requirements/datatype_image.txt index 3d19f0cbf3..305d9900bd 100644 --- a/requirements/datatype_image.txt +++ b/requirements/datatype_image.txt @@ -1,7 +1,7 @@ # NOTE: all pins for latest are for CI consistency unless it is `strict`, then it is also forced in setup torchvision <=0.15.2 -timm >0.4.5, <=0.9.2 # effdet 0.3.0 depends on timm>=0.4.12 +timm >0.4.5, <=0.9.5 # effdet 0.3.0 depends on timm>=0.4.12 lightning-bolts >=0.7.0, <0.8.0 Pillow >8.0, <=10.0.0 albumentations >1.0.0, <=1.3.1 diff --git a/requirements/testing_audio.txt b/requirements/testing_audio.txt index 7a0fcb577b..59b93175ae 100644 --- a/requirements/testing_audio.txt +++ b/requirements/testing_audio.txt @@ -3,7 +3,7 @@ torch ==2.0.1 torchaudio ==2.0.2 torchvision ==0.15.2 -timm >0.4.5, <=0.9.2 # effdet 0.3.0 depends on timm>=0.4.12 +timm >0.4.5, <=0.9.5 # effdet 0.3.0 depends on timm>=0.4.12 lightning-bolts >=0.7.0, <0.8.0 Pillow >8.0, <=10.0.0 albumentations >1.0.0, <=1.3.1