diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c45d984..2b9a649 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -75,11 +75,10 @@ repos: args: ["--toml", "pyproject.toml"] exclude: | (?x)^( - ^CHANGELOG.md$| - ^.*versioneer.py$ + ^CHANGELOG.md$ ) - repo: https://github.com/rapidsai/dependency-file-generator - rev: v1.16.0 + rev: v1.17.0 hooks: - id: rapids-dependency-file-generator args: ["--clean"] diff --git a/dependencies.yaml b/dependencies.yaml index 2281f7d..2145fca 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -188,7 +188,7 @@ dependencies: - output_types: conda packages: - &cudf_unsuffixed cudf==24.10.*,>=0.0.0a0 - - &pylibcudf_unsuffixed pylibcudf==24.10.*,>=0.0.0a0 + - pylibcudf==24.10.*,>=0.0.0a0 specific: - output_types: [requirements, pyproject] matrices: