summaryrefslogtreecommitdiff
path: root/fix-illegal-char.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-illegal-char.patch')
-rw-r--r--fix-illegal-char.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/fix-illegal-char.patch b/fix-illegal-char.patch
deleted file mode 100644
index 5f31566..0000000
--- a/fix-illegal-char.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2024-04-01 09:17:40.063559466 +0800
-+++ setup.py 2024-04-01 09:20:04.243166454 +0800
-@@ -63,7 +63,7 @@
- ]
-
- # 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.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)
-