From beabfb46d915797861938236b74226308e4ad7c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:46:35 +0000 Subject: [PATCH] build(deps): update timm requirement in /requirements Updates the requirements on [timm](https://github.com/huggingface/pytorch-image-models) to permit the latest version. - [Release notes](https://github.com/huggingface/pytorch-image-models/releases) - [Changelog](https://github.com/huggingface/pytorch-image-models/blob/main/docs/changes.md) - [Commits](https://github.com/huggingface/pytorch-image-models/compare/v0.9.1...v0.9.10) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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..c89b6cfe93 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.10 # 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..f72c910e35 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.10 # 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