diff --git a/pyproject.toml b/pyproject.toml index 93fab90..99edf96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,6 @@ ruff = { version = "^0.1.8", python = ">=3.12" } mypy = { version = "^1.7", python = ">=3.12" } isort = "^5.13.2" pyright = "^1.1.341" -gprof2dot = "^2022.7.29" [tool.black] line-length = 120