From 68e5262699e2272c89993abf8c5bd47e046b4bce Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Sun, 28 Jul 2024 14:06:24 +1000 Subject: [PATCH] fix: replace pillow with PIL in PACKAGE_LIST (#781) --- python/sglang/check_env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sglang/check_env.py b/python/sglang/check_env.py index 1b5828c46..d611b8127 100644 --- a/python/sglang/check_env.py +++ b/python/sglang/check_env.py @@ -22,7 +22,7 @@ PACKAGE_LIST = [ "huggingface_hub", "interegular", "packaging", - "pillow", + "PIL", "psutil", "pydantic", "uvicorn",