Skip to content

Commit 0242b72

Browse files
committed
fix(core): use released cuda-pathfinder dependency floor
Set the cuda-core runtime dependency to cuda-pathfinder>=1.4.1 and add a TODO to bump to >=1.4.2 after that release is available so environment solves continue to work. Made-with: Cursor
1 parent 339e3d9 commit 0242b72

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cuda_core/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ classifiers = [
4747
"Environment :: GPU :: NVIDIA CUDA :: 13",
4848
]
4949
dependencies = [
50-
"cuda-pathfinder >=1.4.2",
50+
# TODO: bump to >=1.4.2 once cuda-pathfinder 1.4.2 is released.
51+
"cuda-pathfinder >=1.4.1",
5152
"numpy",
5253
]
5354

0 commit comments

Comments
 (0)