diff --git a/pyproject.toml b/pyproject.toml index 6a80d751..c8980623 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.2", # pytorch image models # ----- object detection----- # "pycocotools ~= 2.0.5",