Skip to content

Commit

Permalink
remove versioneer references, update to latest rapids-dependency-file…
Browse files Browse the repository at this point in the history
…-generator

Signed-off-by: James Lamb <[email protected]>
  • Loading branch information
jameslamb committed Dec 23, 2024
1 parent d43d878 commit 92efe73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 92efe73

Please sign in to comment.