From ec4de14181452aa4a0c654009d806e3c8ec6c318 Mon Sep 17 00:00:00 2001 From: huangjianhui <852142024@qq.com> Date: Thu, 24 Feb 2022 19:38:08 +0800 Subject: [PATCH] Update requirements.txt --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index d49da53f..5565dda1 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -22,4 +22,4 @@ opencv-python==4.3.0.38; platform_machine != "aarch64" opencv-python; platform_machine == "aarch64" pytest==7.0.1 prometheus-client==0.12.0 -pillow==9.0.1 +pillow==8.4.0 -- GitLab