Skip to content

Commit

Permalink
Bumped diffusers version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchenyang committed Jan 7, 2025
1 parent afb9794 commit bf1f100
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 @@ -47,10 +47,10 @@ dependencies = [

[project.optional-dependencies] # Optional
dev = ["build", "twine"]
test = ["pytest", "diffusers==0.27.2"]
test = ["pytest", "diffusers==0.32.1"]
examples = [
"einops",
"diffusers==0.27.2",
"diffusers",
"transformers",
"datasets",
"jupyter",
Expand Down

0 comments on commit bf1f100

Please sign in to comment.