From 035f03ae05038e393d004e055309d12921a594bc Mon Sep 17 00:00:00 2001 From: huangjianhui <852142024@qq.com> Date: Thu, 3 Mar 2022 11:55:37 +0800 Subject: [PATCH] Update requirements_mac.txt --- python/requirements_mac.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/requirements_mac.txt b/python/requirements_mac.txt index df197930..21806897 100644 --- a/python/requirements_mac.txt +++ b/python/requirements_mac.txt @@ -17,4 +17,5 @@ ujson>=2.0.3 grpcio-tools==1.33.2 grpcio>=1.33.2 sentencepiece==0.1.83 -pillow==8.4.0 +pillow==8.4.0 ; python_version == "3.6" +pillow==9.0.0 ; python_version > "3.6" -- GitLab