diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index af35777..83ec564 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -136,6 +136,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[python-pydyf] +source = "github" +github = "CourtBouillon/pydyf" +use_max_tag = true +prefix = "v" + [sparse] source = "github" github = "lucvoo/sparse"