Skip to content

Commit

Permalink
Bump diffusers and transformers dependencies. The main motivation is …
Browse files Browse the repository at this point in the history
…to get rid of some deprecation warnings.
  • Loading branch information
RyanJDick committed May 21, 2024
1 parent 24a3bc5 commit 1dfb803
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 1dfb803

Please sign in to comment.