Unverified Commit 68e52626 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix: replace pillow with PIL in PACKAGE_LIST (#781)

parent bc1154c3
...@@ -22,7 +22,7 @@ PACKAGE_LIST = [ ...@@ -22,7 +22,7 @@ PACKAGE_LIST = [
"huggingface_hub", "huggingface_hub",
"interegular", "interegular",
"packaging", "packaging",
"pillow", "PIL",
"psutil", "psutil",
"pydantic", "pydantic",
"uvicorn", "uvicorn",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment