Skip to content

Commit

Permalink
⚡ Update ruff and rm np from explicit dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
o-laurent committed Nov 18, 2024
1 parent 4022f8a commit cce5e1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ dependencies = [
"torchvision>=0.16",
"einops",
"matplotlib",
"numpy",
"rich>=10.2.2",
"seaborn",
]
Expand All @@ -53,7 +52,7 @@ dev = [
"scikit-learn",
"huggingface-hub",
"torch_uncertainty[image]",
"ruff==0.6.9",
"ruff==0.7.4",
"pytest-cov",
"pre-commit",
"pre-commit-hooks",
Expand Down

0 comments on commit cce5e1d

Please sign in to comment.