From f8e252f5025d5c43dbfae61fe190d7a885531d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 15:18:59 +0000 Subject: [PATCH] Update timm requirement from ~=0.6.11 to ~=0.9.5 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/archived_changes.md) - [Commits](https://github.com/huggingface/pytorch-image-models/compare/v0.6.11...v0.9.5) --- 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 a13938c5..0c40098d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ # --------- others --------- # "pyrootutils ~= 1.0.4", # standardizing the project root setup "rich ~= 12.6.0", # beautiful text formatting in terminal - "timm ~= 0.6.11", # pytorch image models + "timm ~= 0.9.5", # pytorch image models # ----- object detection----- # "pycocotools ~= 2.0.5",