diff options
-rw-r--r-- | tst.patch | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -7,7 +7,6 @@ index ce67413..6b376c2 100644 # 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_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 |