Skip to content

Commit

Permalink
Downgrade ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyan-MILANOV committed Jul 22, 2024
1 parent 88d5683 commit 6e5d692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requires-python = ">=3.8"

[project.optional-dependencies]
torch = ["torch >= 2.1.0", "torchvision >= 0.16.1"]
lint = ["black", "mypy", "ruff==0.5.4"]
lint = ["black", "mypy", "ruff==0.2.0"]
test = ["pytest", "pytest-cov", "coverage[toml]", "torch >= 2.1.0", "torchvision >= 0.16.1"]
dev = ["build", "fickling[lint,test]", "twine", "torch >= 2.1.0", "torchvision >= 0.16.1"]
examples = ["numpy", "pytorchfi"]
Expand Down

0 comments on commit 6e5d692

Please sign in to comment.