Skip to content

Commit 67a3ff7

Browse files
committed
update cupy deps
1 parent a5756eb commit 67a3ff7

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

dependencies.yaml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -371,17 +371,6 @@ dependencies:
371371
# This index is needed for cubinlinker, ptxcompiler.
372372
- --extra-index-url=https://pypi.nvidia.com
373373
- --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
374-
specific:
375-
- output_types: [requirements, pyproject]
376-
matrices:
377-
- matrix:
378-
cuda: "12.*"
379-
cuda_suffixed: "true"
380-
packages:
381-
- cupy-cuda12x
382-
- matrix: null
383-
packages:
384-
- cupy-cuda12x
385374

386375
test_python_cuopt_server:
387376
common:
@@ -537,7 +526,13 @@ dependencies:
537526
- output_types: conda
538527
packages:
539528
- cupy>=12.0.0
540-
529+
specific:
530+
- output_types: [requirements, pyproject]
531+
matrices:
532+
- matrix: {cuda: "12.*"}
533+
packages: &cupy_packages_cu12
534+
- cupy-cuda12x>=12.0.0
535+
- {matrix: null, packages: *cupy_packages_cu12}
541536
depends_on_rapids_logger:
542537
common:
543538
- output_types: [conda, requirements, pyproject]

python/cuopt/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ requires-python = ">=3.10"
3333
dependencies = [
3434
"cudf==25.8.*,>=0.0.0a0",
3535
"cuopt-mps-parser==25.8.*,>=0.0.0a0",
36-
"cupy-cuda12x",
36+
"cupy-cuda12x>=12.0.0",
3737
"cuvs==25.8.*,>=0.0.0a0",
3838
"libcuopt==25.8.*,>=0.0.0a0",
3939
"numba-cuda>=0.14.0",
@@ -151,6 +151,7 @@ matrix-entry = "cuda_suffixed=true;use_cuda_wheels=true"
151151
requires = [
152152
"cmake>=3.30.4",
153153
"cuopt-mps-parser==25.8.*,>=0.0.0a0",
154+
"cupy-cuda12x>=12.0.0",
154155
"cython>=3.0.3",
155156
"libcuopt==25.8.*,>=0.0.0a0",
156157
"ninja",

python/cuopt_server/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ license = { text = "Apache-2.0" }
3333
requires-python = ">=3.10"
3434
dependencies = [
3535
"cuopt==25.8.*,>=0.0.0a0",
36+
"cupy-cuda12x>=12.0.0",
3637
"fastapi",
3738
"httpx",
3839
"jsonref==1.1.0",

0 commit comments

Comments
 (0)