Skip to content

Commit

Permalink
TMP: add mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Nov 20, 2024
1 parent a85854d commit 4b68740
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,14 @@ dev = [
"pytest>=8",
"ruff==0.6.9",
]
# Dependencies for running the tests
test = [
"accelerate>=0.20.0",
"torchvision>=0.15.1",
]
mypy = [
"mypy>=1.13.0",
"types-psutil>=6.1.0.20241102",
]

[tool.uv]
default-groups = ["dev", "test"]
Expand Down

0 comments on commit 4b68740

Please sign in to comment.