Skip to content

Commit

Permalink
Merge pull request #128 from invoke-ai/bump-deps
Browse files Browse the repository at this point in the history
Bump diffusers and transformers dependencies
  • Loading branch information
RyanJDick authored May 21, 2024
2 parents 24a3bc5 + 1dfb803 commit 4848266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
dependencies = [
"accelerate~=0.25.0",
"datasets~=2.14.3",
"diffusers~=0.25.0",
"diffusers~=0.27.2",
"einops",
"fastapi",
"gradio",
Expand All @@ -33,7 +33,7 @@ dependencies = [
"torch>=2.1.2",
"torchvision",
"tqdm",
"transformers~=4.36.0",
"transformers~=4.41.0",
"uvicorn[standard]",
]

Expand Down

0 comments on commit 4848266

Please sign in to comment.