Skip to content

Commit

Permalink
Update dependencies and pin accelerate in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Sep 16, 2023
1 parent 8b6c0b0 commit 75cfe2d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,19 @@ dependencies = [
"scipy",
"tenacity",
"torch",
"accelerate",
]
dynamic = ["version"]

[project.optional-dependencies]
test = [
"diffusers",
"pre-commit",
"pydantic>=2.0",
"pytest",
"pytest-cov",
"transformers",
"coverage[toml]>=5.1",
"diff-cover",
"lark",
"interegular",
"accelerate<=0.22.0",
]

[project.urls]
Expand Down

0 comments on commit 75cfe2d

Please sign in to comment.