Skip to content

Commit

Permalink
Update timm requirement from <=1.0.7,>=1.0.7 to >=1.0.7,<=1.0.9
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)
- [Commits](huggingface/pytorch-image-models@v1.0.7...v1.0.9)

---
updated-dependencies:
- dependency-name: timm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 9e58ab3 commit 0842752
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<=1.0.7,>=1.0.7",
"timm>=1.0.7,<=1.0.9",
"lightning>=2.2",
"torch>=2",
"torchmetrics>=1.3.2",
Expand Down

0 comments on commit 0842752

Please sign in to comment.