Skip to content

Commit

Permalink
Update torchvision requirement from <0.19,>=0.16.2 to >=0.16.2,<0.20
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...0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 25, 2024
1 parent 660feca commit e7b94f7
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.19",
"torchvision>=0.16.2,<0.20",
"ipywidgets>=8.1.1,<8.2",
]

Expand Down

0 comments on commit e7b94f7

Please sign in to comment.