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

build(deps): update pillow requirement from <=10.0.0,>8.0 to >8.0,<10.1.0 in /requirements #1696

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading