From 7c2e8f949b9d009a58a5d96c901604c8ad8343a3 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 15 Apr 2024 16:04:23 +0000 Subject: automatic import of torchvision --- tst.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tst.patch (limited to 'tst.patch') diff --git a/tst.patch b/tst.patch deleted file mode 100644 index 7770526..0000000 --- a/tst.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/setup.py b/setup.py -index ce67413..6b376c2 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