From cafd06918fafad00e15b2c573a541d9f5a89f899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:04:04 +0000 Subject: [PATCH] Update timm requirement from ~=0.6.11 to ~=0.9.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.6.11...v0.9.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 2839733d..ee2ea96f 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.7", # pytorch image models # ----- object detection----- # "pycocotools ~= 2.0.5",