Skip to content

Commit 2607e0e

Browse files
authored
chore(deps): make cython version match pyproject.toml (#1252)
1 parent 93199f3 commit 2607e0e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

cuda_bindings/pixi.lock

Lines changed: 3 additions & 3 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pyglet = ">=2.1.9"
2020
numpy = "*"
2121

2222
[feature.cython-tests.dependencies]
23-
cython = "*" # for tests that exercise APIs from cython
23+
cython = ">=3.2,<3.3" # for tests that exercise APIs from cython
2424
setuptools = "*" # for distutils
2525
gxx = "*" # to compile the generated code
2626
# These are necessary because running the Cython tests requires compiling
@@ -90,7 +90,7 @@ CUDA_HOME = '%PREFIX%\Library'
9090
[package.host-dependencies]
9191
python = "*"
9292
setuptools = ">=77"
93-
cython = ">=3.2.1"
93+
cython = ">=3.2,<3.3"
9494
pyclibrary = ">=0.1.7"
9595
cuda-cudart-static = "*"
9696
cuda-nvrtc-dev = "*"

cuda_core/pixi.lock

Lines changed: 3 additions & 3 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pytest = "*"
1818
pytest-benchmark = "*"
1919

2020
[feature.cython-tests.dependencies]
21-
cython = "*" # for tests that exercise APIs from cython
21+
cython = ">=3.2,<3.3" # for tests that exercise APIs from cython
2222
setuptools = "*" # for distutils
2323
gxx = "*" # to compile the generated code
2424
# These are necessary because running the Cython tests requires compiling
@@ -93,7 +93,7 @@ CUDA_HOME = '%PREFIX%\Library'
9393
[package.host-dependencies]
9494
python = "*"
9595
setuptools = ">=77"
96-
cython = ">=3.2.1"
96+
cython = ">=3.2,<3.3"
9797
cuda-cudart-dev = "*"
9898
cuda-profiler-api = "*"
9999
# this doesn't work because Cython cannot find editable-installed build-time

0 commit comments

Comments
 (0)