summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-04-15 17:21:26 +0000
committerCoprDistGit <infra@openeuler.org>2024-04-15 17:21:26 +0000
commit4e202f6d0fd1f6764c125ed240a28cc2a1faa19e (patch)
tree8d0b12fc3698ed0d612a0156bd54c08e42f92d79
parent8da5edd2e092e03d15f6e0a6e3de73bd973df22d (diff)
automatic import of torchvision
-rw-r--r--tst.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/tst.patch b/tst.patch
index e4136dc..578ec96 100644
--- a/tst.patch
+++ b/tst.patch
@@ -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