diff --git a/pyproject.toml b/pyproject.toml index 9e0a8b8..4d00c4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [{ include = "gen_surv" }] python = "^3.9" numpy = "^1.26" pandas = "^2.2.3" - +pytest-cov = "^6.1.1" [tool.poetry.group.dev.dependencies] pytest = "^8.3.5"