Skip to content

Commit

Permalink
add a tentative constraint on cuda-python
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang authored Oct 28, 2024
1 parent f1bfaf0 commit b4ad563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cuda_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ classifiers = [
]
dependencies = [
"numpy",
# TODO: change this once cuda-bindings is packaged, see NVIDIA/cuda-python#105
"cuda-python <=12.7.*",
]


Expand Down

0 comments on commit b4ad563

Please sign in to comment.