Skip to content

Commit

Permalink
Update torchvision requirement from <0.20,>=0.16.2 to >=0.16.2,<0.21
Browse files Browse the repository at this point in the history
Updates the requirements on [torchvision](https://github.com/pytorch/vision) to permit the latest version.
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](pytorch/vision@v0.16.2...v0.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent 40d5181 commit 91a287a
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 @@ -54,7 +54,7 @@ docs = [
notebooks = [
"scikit-learn>=1.3.2,<1.6",
"torch>=2.1.2,<2.5",
"torchvision>=0.16.2,<0.20",
"torchvision>=0.16.2,<0.21",
"ipywidgets>=8.1.1,<8.2",
]

Expand Down

0 comments on commit 91a287a

Please sign in to comment.