Skip to content

Commit

Permalink
build(deps): bump torchvision from 0.11.3 to 0.17.0 in /requirements
Browse files Browse the repository at this point in the history
Bumps [torchvision](https://github.com/pytorch/vision) from 0.11.3 to 0.17.0.
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](pytorch/vision@v0.11.3...v0.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 5b4003b commit 4f93425
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/datatype_audio.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

numpy <1.26
torchaudio <=2.0.2
torchvision <=0.15.2
torchvision <=0.17.0
librosa >=0.8.1, <=0.10.0.post2
transformers >=4.13.0, <=4.30.2
datasets >1.16.1, <=2.13.1
2 changes: 1 addition & 1 deletion requirements/datatype_graph.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ class-resolver >=0.3.2, <=0.4.2

# todo: check if we can bump this versions, ALSO if bumped you need to update CI for find links
torch ==1.13.1
torchvision ==0.14.1
torchvision ==0.17.0
2 changes: 1 addition & 1 deletion requirements/datatype_image.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: all pins for latest are for CI consistency unless it is `strict`, then it is also forced in setup

torchvision <=0.15.2
torchvision <=0.17.0
timm >0.4.5, <=0.9.2 # effdet 0.3.0 depends on timm>=0.4.12
lightning-bolts >=0.7.0, <0.8.0
Pillow >8.0, <=10.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/datatype_text.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: all pins for latest are for CI consistency unless it is `strict`, then it is also forced in setup

torchvision <=0.15.2
torchvision <=0.17.0
sentencepiece >=0.1.95, <=0.1.99
filelock <=3.12.2
transformers >=4.13.0, <=4.30.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/datatype_video.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: all pins for latest are for CI consistency unless it is `strict`, then it is also forced in setup

torchvision <=0.15.2
torchvision <=0.17.0
Pillow >7.1, <=10.0.0
kornia >=0.5.1, <=0.6.12
pytorchvideo ==0.1.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/serve.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ starlette <=0.31.0
uvicorn[standard] >=0.12.0, <=0.23.2
aiofiles >22.1.0, <=23.1.0
jinja2 >=3.0.0, <3.2.0
torchvision >0.10.0, <=0.15.2
torchvision >0.10.0, <=0.17.0
2 changes: 1 addition & 1 deletion requirements/testing_audio.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
matplotlib >3.0.0, <=3.7.2
torch ==2.0.1
torchaudio ==2.0.2
torchvision ==0.15.2
torchvision ==0.17.0

timm >0.4.5, <=0.9.2 # effdet 0.3.0 depends on timm>=0.4.12
lightning-bolts >=0.7.0, <0.8.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing_serve.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
sahi ==0.8.19
torch ==1.10.2
torchaudio ==0.10.2
torchvision ==0.11.3
torchvision ==0.17.0
torchmetrics ==0.10.3

0 comments on commit 4f93425

Please sign in to comment.