Skip to content

Commit 78e5bdc

Browse files
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.21.0) --- updated-dependencies: - dependency-name: torchvision dependency-version: 0.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 156aad1 commit 78e5bdc

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,6 +1,6 @@
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.21.0
4+
torchvision >=0.16.0, <0.22.0
55
torchmetrics >=0.10.0, <1.8.0
66
lightning-utilities >=0.8.0, <0.12.0

requirements/pytorch/examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.32.0
5-
torchvision >=0.16.0, <0.21.0
5+
torchvision >=0.16.0, <0.22.0
66
ipython[all] <8.19.0
77
torchmetrics >=0.10.0, <1.8.0
88
lightning-utilities >=0.8.0, <0.12.0

0 commit comments

Comments
 (0)