Skip to content

Commit e7e6cb8

Browse files
Update timm requirement from <=1.0.3,>=0.5.4 to >=0.5.4,<=1.0.7 (#2151)
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](huggingface/pytorch-image-models@v0.5.4...v1.0.7) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9582b1d commit e7e6cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ core = [
4646
"matplotlib>=3.4.3",
4747
"opencv-python>=4.5.3.56",
4848
"pandas>=1.1.0",
49-
"timm>=0.5.4,<=1.0.3",
49+
"timm<=1.0.7,>=1.0.7",
5050
"lightning>=2.2",
5151
"torch>=2",
5252
"torchmetrics>=1.3.2",

0 commit comments

Comments
 (0)