diff --git a/pyproject.toml b/pyproject.toml index 8eda4b00..38708ec5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,6 @@ dependencies = [ "torchvision>=0.16", "einops", "matplotlib", - "numpy", "rich>=10.2.2", "seaborn", ] @@ -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",