Skip to content

Commit b4ad563

Browse files
authored
add a tentative constraint on cuda-python
1 parent f1bfaf0 commit b4ad563

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 <=12.7.*",
4648
]
4749

4850

0 commit comments

Comments
 (0)