From 969d63bbddfe70a56f1946c47f23a9c88e5ca806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 08:27:06 +0000 Subject: [PATCH] Update timm requirement from <=1.0.3,>=0.5.4 to >=0.5.4,<=1.0.7 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.5.4...v1.0.7) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56543c4b12..052aae2a3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ core = [ "matplotlib>=3.4.3", "opencv-python>=4.5.3.56", "pandas>=1.1.0", - "timm>=0.5.4,<=1.0.3", + "timm<=1.0.7,>=1.0.7", "lightning>=2.2", "torch>=2", "torchmetrics>=1.3.2",