Skip to content

Commit 5066c9f

Browse files
authored
Merge pull request #191 from leofang/dependency
Make `cuda-core` (tentatively) depend on `cuda-python`
2 parents f1bfaf0 + 61b4eb3 commit 5066c9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cuda_core/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ classifiers = [
4343
]
4444
dependencies = [
4545
"numpy",
46+
# TODO: change this once cuda-bindings is packaged, see NVIDIA/cuda-python#105
47+
"cuda-python <13",
4648
]
4749

4850

0 commit comments

Comments
 (0)