Skip to content

Commit 51c1286

Browse files
committed
add numba-cuda as gpu dependency
1 parent 569b590 commit 51c1286

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
@@ -93,7 +93,8 @@ rucio = [
9393
"rucio-clients<32;python_version<'3.9'",
9494
]
9595
gpu = [
96-
"cupy-cuda12x>=13.1.0"
96+
"cupy-cuda12x>=13.1.0",
97+
"numba-cuda>=0.0.13"
9798
]
9899
dev = [
99100
"pre-commit",

0 commit comments

Comments
 (0)