diff options
-rw-r--r-- | tst.patch | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,4 @@ + diff --git a/setup.py b/setup.py index ce67413..6b376c2 100644 --- a/setup.py @@ -9,4 +10,5 @@ index ce67413..6b376c2 100644 -pillow_ver = " >= 5.3.0, !=8.3.*" +pillow_ver = " >= 5.3.0, !=8.3.0, !=8.3.1, !=8.3.2" 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 + requirements.append(pillow_req + pillow_ver) +
\ No newline at end of file |