Skip to content

Commit

Permalink
Update dependencies and pin beartype in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Sep 16, 2023
1 parent 9229a5d commit b5c2241
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,23 @@ dependencies = [
"pillow",
"perscache",
"pydantic>=2.0",
"regex",
"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",
"beartype<0.16.0",
]

[project.urls]
Expand Down

0 comments on commit b5c2241

Please sign in to comment.