Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
EliHei2 authored Oct 9, 2024
1 parent 869f71a commit db561c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ faiss = [

rapids11 = [
"cupy-cuda11x",
"cuvs-cu11>=24.4.*",
"cuvs-cu11==24.4.*",
]

rapids12 = [
"cupy-cuda12x",
"cuvs-cu12>=24.4.*",
"cuvs-cu12==24.4.*",
]

multiprocessing = ["multiprocessing"]
Expand Down

0 comments on commit db561c4

Please sign in to comment.