Skip to content

Commit

Permalink
add cupy as dep (#254)
Browse files Browse the repository at this point in the history
* add cupy as dep

* add release note

* typo
  • Loading branch information
Intron7 authored Aug 23, 2024
1 parent e017dbd commit 28e4260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/release-notes/0.10.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
```
* refactor docstrings to work better in RTD {pr}`242` {smaller}`S Dicks`
* remove Conda from CI {pr}`247` {smaller}`S Dicks`
* add `cupy` as rapids dependency {pr}`254` {smaller}`S Dicks`
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies = [
]

[project.optional-dependencies]
rapids11 = ["cudf-cu11==24.8.*", "cuml-cu11==24.8.*", "cugraph-cu11==24.8.*"]
rapids12 = ["cudf-cu12==24.8.*", "cuml-cu12==24.8.*", "cugraph-cu12==24.8.*"]
rapids11 = ["cupy-cuda11x","cudf-cu11==24.8.*", "cuml-cu11==24.8.*", "cugraph-cu11==24.8.*"]
rapids12 = ["cupy-cuda12x","cudf-cu12==24.8.*", "cuml-cu12==24.8.*", "cugraph-cu12==24.8.*"]
doc = [
"sphinx>=4.5.0",
"sphinx-copybutton",
Expand Down

0 comments on commit 28e4260

Please sign in to comment.