Skip to content

Commit dfd4aff

Browse files
authored
chore: move to default envs (#1414)
* chore: move to default envs * chore: bring back cu13
1 parent 9b301ba commit dfd4aff

File tree

6 files changed

+2183
-846
lines changed

6 files changed

+2183
-846
lines changed

cuda_bindings/pixi.lock

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

cuda_bindings/pixi.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ pyglet = ">=2.1.9"
2121
numpy = "*"
2222

2323
[feature.cython-tests.dependencies]
24-
cython = ">=3.2,<3.3" # for tests that exercise APIs from cython
25-
setuptools = "*" # for distutils
26-
gxx = "*" # to compile the generated code
24+
cython = ">=3.2,<3.3" # for tests that exercise APIs from cython
25+
setuptools = "*" # for distutils
26+
gxx = "*" # to compile the generated code
2727
# These are necessary because running the Cython tests requires compiling
2828
# *after* the package is built, and the Cython tests depend on CUDA headers
2929
# transitively (through cuda-bindings)
@@ -57,7 +57,8 @@ cuda = "13"
5757
cuda-version = "13.1.*"
5858

5959
[environments]
60-
cu13 = { features = ["cu13", "test", "cython-tests"], solve-group = "cu13" }
60+
default = { features = ["cu13", "test", "cython-tests"] }
61+
cu13 = { features = ["cu13", "test", "cython-tests"] }
6162

6263
# TODO: check if these can be extracted from pyproject.toml
6364
[package]

0 commit comments

Comments
 (0)