Skip to content

Commit

Permalink
add numba-cuda as gpu dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed Aug 8, 2024
1 parent ae267f8 commit c544c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ rucio = [
"rucio-clients<32;python_version<'3.9'",
]
gpu = [
"cupy-cuda12x>=13.1.0"
"cupy-cuda12x>=13.1.0",
"numba-cuda>=0.0.13"
]
dev = [
"pre-commit",
Expand Down

0 comments on commit c544c92

Please sign in to comment.