diff --git a/pyproject.toml b/pyproject.toml index 0feaaa8..1f18ff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,6 @@ dependencies = ["numpy>=1.24"] [project.optional-dependencies] test = [ "pytest", - "pytest-cov", "coverage", "coverage-badge", ]