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, 11 insertions, 0 deletions
diff --git a/fix-illegal-char.patch b/fix-illegal-char.patch
new file mode 100644
index 0000000..5f31566
--- /dev/null
+++ b/fix-illegal-char.patch
@@ -0,0 +1,11 @@
+--- 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)
+