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

This commit is contained in:
Yineng Zhang
2024-07-28 14:06:24 +10:00
committed by GitHub
parent bc1154c399
commit 68e5262699

View File

@@ -22,7 +22,7 @@ PACKAGE_LIST = [
"huggingface_hub", "huggingface_hub",
"interegular", "interegular",
"packaging", "packaging",
"pillow", "PIL",
"psutil", "psutil",
"pydantic", "pydantic",
"uvicorn", "uvicorn",