From 4a31eb2c1dfbf7b502bfc9ebcd88c19a7029a523 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 15 Apr 2024 15:37:07 +0000 Subject: automatic import of torchvision --- tst.patch | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tst.patch b/tst.patch index dab7141..ec5ab1c 100644 --- a/tst.patch +++ b/tst.patch @@ -1,13 +1,13 @@ -diff --git a/setup.py b/setup.py -index ce67413f41..7632e8a13d 100644 ---- a/setup.py -+++ b/setup.py -@@ -64,7 +64,7 @@ requirements = [ - ] - - # Excluding 8.3.* because of https://github.com/pytorch/vision/issues/4934 --pillow_ver = " >= 5.3.0, !=8.3.*" -+pillow_ver = " >= 5.3.0, !=8.3.1, !=8.3.2, !=8.3.3" - pillow_req = "pillow-simd" if get_dist("pillow-simd") is not None else "pillow" - requirements.append(pillow_req + pillow_ver) +diff --git a/setup.py b/setup.py +index ce67413f41..7632e8a13d 100644 +--- a/setup.py ++++ b/setup.py +@@ -64,7 +64,7 @@ requirements = [ + ] + + # Excluding 8.3.* because of https://github.com/pytorch/vision/issues/4934 +-pillow_ver = " >= 5.3.0, !=8.3.*" ++pillow_ver = " >= 5.3.0, !=8.3.1, !=8.3.2, !=8.3.3" + pillow_req = "pillow-simd" if get_dist("pillow-simd") is not None else "pillow" + requirements.append(pillow_req + pillow_ver) \ No newline at end of file -- cgit v1.2.3