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 (#10)

Just some minor changes:

* removes configuration related to `versioneer` (not used in this
project)
* removes an unused YAML anchor in `dependencies.yaml`
* updates to latest `rapids-dependency-file-generator` (v1.17.0) in
pre-commit hooks

---------

Signed-off-by: James Lamb <[email protected]>
  • Loading branch information
jameslamb authored Jan 2, 2025
1 parent 6a123cb commit c3581e0
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -198,7 +198,7 @@ dependencies:
packages:
- cudf-cu12==24.10.*,>=0.0.0a0
- pylibcudf-cu12==24.10.*,>=0.0.0a0
- {matrix: null, packages: [*cudf_unsuffixed]}
- {matrix: null, packages: [*cudf_unsuffixed, *pylibcudf_unsuffixed]}

depends_on_cupy:
common:
Expand Down
1 change: 1 addition & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies = [
"cudf==24.10.*,>=0.0.0a0",
"legate==25.01.*,>=0.0.0.dev0",
"numpy >=1.23,<3.0.0a0",
"pylibcudf==24.10.*,>=0.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Expand Down

0 comments on commit c3581e0

Please sign in to comment.