From f58fdf1d05cf5f67658082565e19ec1060d57834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:23:31 +0000 Subject: [PATCH] Update timm requirement from ~=0.6.11 to ~=0.9.6 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.6.11...v0.9.6) --- 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 2839733d..25674442 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.6", # pytorch image models # ----- object detection----- # "pycocotools ~= 2.0.5",