Skip to content

Commit

Permalink
fixed installation
Browse files Browse the repository at this point in the history
  • Loading branch information
EliHei2 committed Sep 23, 2024
1 parent 0863be2 commit a458290
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@ rapids11 = [
"cudf-cu11==24.8.*",
"cugraph-cu11==24.8.*",
"cuvs-cu11==24.8.*",
"nccl==2.12.*",
"cutensor==1.3.*"
"nvidia-nccl-cu11==2.18.*",
"cutensor-cu11"
]

rapids12 = [
"cupy-cuda12x",
"cudf-cu12==24.8.*",
"cugraph-cu12==24.8.*",
"cuvs-cu12==24.8.*",
"nccl==2.13.*",
"cutensor==1.4.*"
"nvidia-nccl-cu12==2.18.*",
"cutensor-cu12"
]

multiprocessing = ["multiprocessing"]
Expand Down

0 comments on commit a458290

Please sign in to comment.