Skip to content

Commit

Permalink
Update timm requirement from <=1.0.3,>=0.5.4 to >=0.5.4,<=1.0.7
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Jul 10, 2024
1 parent 75bd645 commit 969d63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ core = [
"matplotlib>=3.4.3",
"opencv-python>=4.5.3.56",
"pandas>=1.1.0",
"timm>=0.5.4,<=1.0.3",
"timm<=1.0.7,>=1.0.7",
"lightning>=2.2",
"torch>=2",
"torchmetrics>=1.3.2",
Expand Down

0 comments on commit 969d63b

Please sign in to comment.