Skip to content

Commit

Permalink
Update pyproject to include missing SDXL app deps (#529)
Browse files Browse the repository at this point in the history
Update pyproject to include missing SDXL app deps. These were discovered
while testing shortfin apps flow by only pre-installing the shark meta
pkg
  • Loading branch information
amd-chrissosa authored Nov 15, 2024
1 parent 86bd384 commit 778b567
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shortfin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ apps = [
"transformers",
"dataclasses-json",
"pillow",
"fastapi",
"uvicorn",
"aiohttp",
]

[tool.pytest.ini_options]
Expand Down

0 comments on commit 778b567

Please sign in to comment.