Skip to content

Commit

Permalink
Don't append CUDA suffix to python pkg name (#523)
Browse files Browse the repository at this point in the history
By convention, the python package name should not include the CUDA suffix.

https://github.com/rapidsai/cuxfilter/blob/branch-23.08/ci/release/apply_wheel_modifications.sh#L13 handles adding the suffix when needed.

This fixes using the wrong suffix in CUDA 11 builds such as https://github.com/rapidsai/cuxfilter/actions/runs/5814188510/job/15763351108#step:9:376

Authors:
   - Ray Douglass (https://github.com/raydouglass)

Approvers:
   - Ajay Thorve (https://github.com/AjayThorve)
   - Bradley Dice (https://github.com/bdice)
  • Loading branch information
raydouglass authored Aug 10, 2023
1 parent 1eabf32 commit d2c2b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../dependencies.yaml and run `rapids-dependency-file-generator`.

[project]
name = "cuxfilter-cu12"
name = "cuxfilter"
version = "23.8"
description = "GPU accelerated cross filtering with cuDF"
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit d2c2b37

Please sign in to comment.