Skip to content

Commit

Permalink
Merge pull request #191 from leofang/dependency
Browse files Browse the repository at this point in the history
Make `cuda-core` (tentatively) depend on `cuda-python`
  • Loading branch information
leofang authored Oct 28, 2024
2 parents f1bfaf0 + 61b4eb3 commit 5066c9f
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 <13",
]


Expand Down

0 comments on commit 5066c9f

Please sign in to comment.