Skip to content

Commit 578e318

Browse files
build(deps): update torchvision requirement from <0.24.0,>=0.16.0 to >=0.16.0,<0.25.0 in /requirements (#21298)
build(deps): update torchvision requirement in /requirements 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.0...v0.24.0) --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3628795 commit 578e318

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/fabric/examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

4-
torchvision >=0.16.0, <0.24.0
4+
torchvision >=0.16.0, <0.25.0
55
torchmetrics >=0.10.0, <1.9.0

requirements/pytorch/examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

44
requests <2.33.0
5-
torchvision >=0.16.0, <0.24.0
5+
torchvision >=0.16.0, <0.25.0
66
ipython[all] >=8.0.0, <10.0.0
77
torchmetrics >=0.10.0, <1.9.0

0 commit comments

Comments
 (0)