Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
build(deps): update pillow requirement from <=10.0.0,>8.0 to >8.0,<10…
Browse files Browse the repository at this point in the history
….1.0 in /requirements (#1696)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
  • Loading branch information
dependabot[bot] and Borda committed Oct 8, 2023
1 parent a0e4620 commit 3c55c76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/datatype_image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
torchvision <=0.15.2
timm >0.4.5, <=0.9.5 # effdet 0.3.0 depends on timm>=0.4.12
lightning-bolts >=0.7.0, <0.8.0
Pillow >8.0, <=10.0.0
Pillow >8.0, <10.1.0
albumentations >1.0.0, <=1.3.1
pystiche >1.0.0, <=1.0.1
ftfy >6.0.0, <=6.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/datatype_video.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: all pins for latest are for CI consistency unless it is `strict`, then it is also forced in setup

torchvision <=0.15.2
Pillow >7.1, <=10.0.0
Pillow >7.1, <10.1.0
kornia >=0.5.1, <=0.6.12
pytorchvideo ==0.1.5

Expand Down
2 changes: 1 addition & 1 deletion requirements/serve.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

pillow >9.0.0, <=10.0.0
pillow >9.0.0, <10.1.0
pyyaml >5.4, <=6.0.1
cytoolz >0.11, <=0.12.2
graphviz >=0.19, <=0.20.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing_audio.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ torchvision ==0.15.2

timm >0.4.5, <=0.9.5 # effdet 0.3.0 depends on timm>=0.4.12
lightning-bolts >=0.7.0, <0.8.0
Pillow >8.0, <=10.0.0
Pillow >8.0, <10.1.0
albumentations >1.0.0, <=1.3.1
pystiche >1.0.0, <=1.0.1

0 comments on commit 3c55c76

Please sign in to comment.