From 53b42c3fbb275230a54cae3b119c4329c140e2ad Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:44:01 +0200 Subject: [PATCH] Apply suggestions from code review --- requirements/datatype_image.txt | 2 +- requirements/datatype_video.txt | 2 +- requirements/serve.txt | 2 +- requirements/testing_audio.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/datatype_image.txt b/requirements/datatype_image.txt index 7a357aadc2..c1d1ffc95d 100644 --- a/requirements/datatype_image.txt +++ b/requirements/datatype_image.txt @@ -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.1 +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 diff --git a/requirements/datatype_video.txt b/requirements/datatype_video.txt index e08b0bf9a8..b5d2db99f2 100644 --- a/requirements/datatype_video.txt +++ b/requirements/datatype_video.txt @@ -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.1 +Pillow >7.1, <10.1.0 kornia >=0.5.1, <=0.6.12 pytorchvideo ==0.1.5 diff --git a/requirements/serve.txt b/requirements/serve.txt index a3c302af3c..7e79ffedf4 100644 --- a/requirements/serve.txt +++ b/requirements/serve.txt @@ -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.1 +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 diff --git a/requirements/testing_audio.txt b/requirements/testing_audio.txt index b57eacb9c9..aeca94c04a 100644 --- a/requirements/testing_audio.txt +++ b/requirements/testing_audio.txt @@ -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.1 +Pillow >8.0, <10.1.0 albumentations >1.0.0, <=1.3.1 pystiche >1.0.0, <=1.0.1