Skip to content

Commit 0bd28cc

Browse files
authored
fixes (#1659)
1 parent 0620f05 commit 0bd28cc

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

cuda_core/pixi.lock

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cuda_core/pixi.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ python = ["3.10.*", "3.11.*", "3.12.*", "3.13.*", "3.14.*"]
1212

1313
[feature.test.dependencies]
1414
cuda-core = { path = "." }
15+
ml_dtypes = "*"
1516
pytest = "*"
1617
pytest-benchmark = "*"
1718
pytest-randomly = "*"
@@ -105,6 +106,7 @@ setuptools-scm = ">=8"
105106
cython = ">=3.2,<3.3"
106107
cuda-cudart-dev = "*"
107108
cuda-profiler-api = "*"
109+
cuda-nvrtc-dev = "*"
108110
# Using path dependency now that we've added .pth support for Cython .pxd files
109111
# See build_hooks.py:_add_cython_include_paths_to_pth()
110112
cuda-bindings = { path = "../cuda_bindings" }

0 commit comments

Comments
 (0)