Skip to content

Commit

Permalink
Bump torchvision from 0.15.2 to 0.16.0 in /requirements (#1619)
Browse files Browse the repository at this point in the history
* Bump torchvision from 0.15.2 to 0.16.0 in /requirements

Bumps [torchvision](https://github.com/pytorch/vision) from 0.15.2 to 0.16.0.
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](pytorch/vision@v0.15.2...v0.16.0)

---
updated-dependencies:
- dependency-name: torchvision
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump torch too

* Ignore warning

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam J. Stewart <[email protected]>
  • Loading branch information
2 people authored and nilsleh committed Nov 10, 2023
1 parent f116116 commit b454de3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ filterwarnings = [
# https://github.com/Lightning-AI/lightning/issues/16756
"ignore:Deprecated call to `pkg_resources.declare_namespace:DeprecationWarning",
"ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated:DeprecationWarning:jsonargparse",
# https://github.com/pytorch/pytorch/issues/110549
"ignore:allow_ops_in_compiled_graph failed to import torch:ImportWarning:einops",

# Expected warnings
# Lightning warns us about using num_workers=0, but it's faster on macOS
Expand Down
4 changes: 2 additions & 2 deletions requirements/required.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ rtree==1.0.1
segmentation-models-pytorch==0.3.3
shapely==2.0.1
timm==0.9.2
torch==2.0.1
torch==2.1.0
torchmetrics==1.2.0
torchvision==0.15.2
torchvision==0.16.0

0 comments on commit b454de3

Please sign in to comment.