Skip to content

Commit 62d334e

Browse files
committed
Revert changes to cuda-pathfinder runtime dependency pinning.
1 parent a8ae9ce commit 62d334e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cuda_bindings/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
"Environment :: GPU :: NVIDIA CUDA",
3333
]
3434
dynamic = ["version", "readme"]
35-
dependencies = ["cuda-pathfinder >=1.5"]
35+
dependencies = ["cuda-pathfinder >=1.4.2"]
3636

3737
[project.optional-dependencies]
3838
all = [

cuda_core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ classifiers = [
4848
"Environment :: GPU :: NVIDIA CUDA :: 13",
4949
]
5050
dependencies = [
51-
"cuda-pathfinder >=1.5",
51+
"cuda-pathfinder >=1.4.2",
5252
"numpy",
5353
]
5454

cuda_pathfinder/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ nvidia-sphinx-theme = "*"
5959
# TODO: check if these can be extracted from pyproject.toml
6060
[package]
6161
name = "cuda-pathfinder"
62-
version = "1.5.0"
62+
version = "1.3.4a0"
6363

6464
[package.build]
6565
backend = { name = "pixi-build-python", version = "*" }

0 commit comments

Comments
 (0)