We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc83541 commit b1834b1Copy full SHA for b1834b1
cuda_core/pixi.toml
@@ -98,7 +98,6 @@ setuptools = ">=77"
98
cython = ">=3.1"
99
cuda-cudart-dev = "*"
100
cuda-profiler-api = "*"
101
-# TODO: figure out why we can't set editable=true here
102
cuda-bindings = { path = "../cuda_bindings" }
103
104
[package.target.linux-64.host-dependencies]
@@ -113,7 +112,6 @@ cuda-crt-dev_win-64 = "*"
113
112
[package.run-dependencies]
114
python = "*"
115
numpy = "*"
116
117
118
119
[target.linux.tasks.build-cython-tests]
0 commit comments