Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-128_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies:
- pytest<8
- python>=3.10,<3.14
- raft-dask==25.10.*,>=0.0.0a0
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rapids-build-backend>=0.4.0,<0.5.0.dev0
- rapids-dask-dependency==25.10.*,>=0.0.0a0
- rapids-logger==0.1.*,>=0.0.0a0
- requests
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-128_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies:
- pytest<8
- python>=3.10,<3.14
- raft-dask==25.10.*,>=0.0.0a0
- rapids-build-backend>=0.3.0,<0.4.0.dev0
- rapids-build-backend>=0.4.0,<0.5.0.dev0
- rapids-dask-dependency==25.10.*,>=0.0.0a0
- rapids-logger==0.1.*,>=0.0.0a0
- requests
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cuopt-server/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requirements:
host:
- pip
- python =${{ py_version }}
- rapids-build-backend >=0.3.0,<0.4.0.dev0
- rapids-build-backend >=0.4.0,<0.5.0.dev0
- setuptools>=61.0.0
run:
- cuopt =${{ version }}
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cuopt/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ requirements:
- pip
- pylibraft =${{ dep_minor_version }}
- python =${{ py_version }}
- rapids-build-backend >=0.3.0,<0.4.0.dev0
- rapids-build-backend >=0.4.0,<0.5.0.dev0
- rmm =${{ dep_minor_version }}
- scikit-build-core >=0.10.0
- cuda-cudart-dev
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/mps-parser/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ requirements:
- libmps-parser =${{ version }}
- pip
- python =${{ py_version }}
- rapids-build-backend >=0.3.0,<0.4.0.dev0
- rapids-build-backend >=0.4.0,<0.5.0.dev0
- scikit-build-core >=0.10.0
run:
- numpy >=1.23,<3.0a0
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- &rapids_build_backend rapids-build-backend>=0.3.0,<0.4.0.dev0
- &rapids_build_backend rapids-build-backend>=0.4.0,<0.5.0.dev0
- output_types: [conda]
packages:
- scikit-build-core>=0.10.0
Expand Down
4 changes: 2 additions & 2 deletions python/cuopt/cuopt/linear_programming/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[build-system]
build-backend = "rapids_build_backend.build"
requires = [
"rapids-build-backend>=0.3.0,<0.4.0.dev0",
"rapids-build-backend>=0.4.0,<0.5.0.dev0",
"scikit-build-core[pyproject]>=0.10.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../../../dependencies.yaml and run `rapids-dependency-file-generator`.

Expand Down Expand Up @@ -74,7 +74,7 @@ max_allowed_size_compressed = '75M'
build-backend = "scikit_build_core.build"
dependencies-file = "../../../../dependencies.yaml"
commit-files = [
"GIT_COMMIT"
"cuopt_mps_parser/GIT_COMMIT"
]
disable-cuda = true
requires = [
Expand Down
2 changes: 1 addition & 1 deletion python/cuopt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[build-system]
build-backend = "rapids_build_backend.build"
requires = [
"rapids-build-backend>=0.3.0,<0.4.0.dev0",
"rapids-build-backend>=0.4.0,<0.5.0.dev0",
"scikit-build-core[pyproject]>=0.10.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

Expand Down
2 changes: 1 addition & 1 deletion python/cuopt_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[build-system]
build-backend = "rapids_build_backend.build"
requires = [
"rapids-build-backend>=0.3.0,<0.4.0.dev0",
"rapids-build-backend>=0.4.0,<0.5.0.dev0",
"setuptools",
"wheel",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down
2 changes: 1 addition & 1 deletion python/libcuopt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[build-system]
build-backend = "rapids_build_backend.build"
requires = [
"rapids-build-backend>=0.3.0,<0.4.0.dev0",
"rapids-build-backend>=0.4.0,<0.5.0.dev0",
"scikit-build-core[pyproject]>=0.10.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

Expand Down