diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-15 17:21:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-15 17:21:26 +0000 |
commit | 4e202f6d0fd1f6764c125ed240a28cc2a1faa19e (patch) | |
tree | 8d0b12fc3698ed0d612a0156bd54c08e42f92d79 | |
parent | 8da5edd2e092e03d15f6e0a6e3de73bd973df22d (diff) |
automatic import of torchvision
-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 |