From 4e202f6d0fd1f6764c125ed240a28cc2a1faa19e Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 15 Apr 2024 17:21:26 +0000 Subject: automatic import of torchvision --- tst.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tst.patch') 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 -- cgit v1.2.3