Skip to content

Commit c544c92

Browse files
committed
add numba-cuda as gpu dependency
1 parent ae267f8 commit c544c92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ rucio = [
9494
"rucio-clients<32;python_version<'3.9'",
9595
]
9696
gpu = [
97-
"cupy-cuda12x>=13.1.0"
97+
"cupy-cuda12x>=13.1.0",
98+
"numba-cuda>=0.0.13"
9899
]
99100
dev = [
100101
"pre-commit",

0 commit comments

Comments
 (0)