Skip to content

Commit d0dc6c4

Browse files
committed
update pinnings
1 parent 44af4df commit d0dc6c4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ci/test_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo "Package path: ${package}"
1313
DEPENDENCIES=(
1414
"${package}"
1515
"cuda-python==${CUDA_VER_MAJOR_MINOR%.*}.*"
16-
"cuda-core==0.4.*"
16+
"cuda-core>=0.3.0,<1.0.0"
1717
"--group"
1818
"test"
1919
)

conda/recipes/numba-cuda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ requirements:
3030
- python
3131
- numba >=0.59.1
3232
- cuda-bindings >=12.9.1
33-
- cuda-core ==0.4.*
33+
- cuda-core >=0.3.0,<1.0.0
3434

3535
about:
3636
home: {{ project_urls["Homepage"] }}

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ authors = [
2121
license = "BSD-2-clause"
2222
license-files = ["LICENSE", "LICENSE.numba"]
2323
requires-python = ">=3.9"
24-
dependencies = ["numba>=0.60.0", "cuda-bindings>=12.9.1,<14.0.0", "cuda-core>=0.4.0,<0.5.0dev0"]
24+
dependencies = ["numba>=0.60.0", "cuda-bindings>=12.9.1,<14.0.0", "cuda-core>=0.3.2,<1.0.0"]
2525

2626
[project.optional-dependencies]
2727
cu12 = [
2828
"cuda-bindings>=12.9.1,<13.0.0",
29-
"cuda-core==0.4.*",
29+
"cuda-core>=0.3.0,<1.0.0",
3030
"cuda-python==12.9.*", # supports all CTK 12.x
3131
"nvidia-cuda-nvcc-cu12", # for libNVVM
3232
"nvidia-cuda-runtime-cu12",
@@ -37,7 +37,7 @@ cu12 = [
3737
# TODO: Use cuda-toolkit package dependencies - e.g. cuda-toolkit[curand,nvvm,nvrtc]=13.*
3838
cu13 = [
3939
"cuda-bindings==13.*",
40-
"cuda-core==0.4.0,<0.5.0dev0",
40+
"cuda-core>=0.3.2,<1.0.0",
4141
"cuda-python==13.*",
4242
"nvidia-nvvm==13.*",
4343
"nvidia-cuda-runtime==13.*",

0 commit comments

Comments
 (0)