Skip to content

Commit ad4dba2

Browse files
Update rapids-build-backend to 0.4.1 (#1214)
Issue: rapidsai/build-planning#207 Authors: - Kyle Edwards (https://github.com/KyleFromNVIDIA) Approvers: - Bradley Dice (https://github.com/bdice) URL: #1214
1 parent 0a6d5b7 commit ad4dba2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

conda/environments/all_cuda-129_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
- pylibraft==25.10.*,>=0.0.0a0
4343
- pytest
4444
- pytest-cov
45-
- rapids-build-backend>=0.3.0,<0.4.0.dev0
45+
- rapids-build-backend>=0.4.0,<0.5.0.dev0
4646
- recommonmark
4747
- rust
4848
- scikit-build-core>=0.10.0

conda/environments/all_cuda-129_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
- pylibraft==25.10.*,>=0.0.0a0
4343
- pytest
4444
- pytest-cov
45-
- rapids-build-backend>=0.3.0,<0.4.0.dev0
45+
- rapids-build-backend>=0.4.0,<0.5.0.dev0
4646
- recommonmark
4747
- rust
4848
- scikit-build-core>=0.10.0

conda/recipes/cuvs-bench-cpu/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ requirements:
6363
- openblas
6464
- pip
6565
- python =${{ py_version }}
66-
- rapids-build-backend>=0.3.0,<0.4.0.dev0
66+
- rapids-build-backend>=0.4.0,<0.5.0.dev0
6767
- setuptools >=64.0.0
6868
- if: linux64
6969
then:

conda/recipes/cuvs-bench/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ requirements:
3232
- libcuvs-bench-ann =${{ version }}
3333
- python =${{ py_version }}
3434
- pip
35-
- rapids-build-backend >=0.3.0,<0.4.0.dev0
35+
- rapids-build-backend >=0.4.0,<0.5.0.dev0
3636
- rmm =${{ minor_version }}
3737
- setuptools >=64.0.0
3838
run:

conda/recipes/cuvs/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ requirements:
5656
- pip
5757
- pylibraft =${{ minor_version }}
5858
- python =${{ py_version }}
59-
- rapids-build-backend >=0.3.0,<0.4.0.dev0
59+
- rapids-build-backend >=0.4.0,<0.5.0.dev0
6060
- scikit-build-core >=0.10.0
6161
- cuda-python >=12.6.2,<13.0a0
6262
- cuda-cudart-dev

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ dependencies:
218218
common:
219219
- output_types: [conda, requirements, pyproject]
220220
packages:
221-
- rapids-build-backend>=0.3.0,<0.4.0.dev0
221+
- rapids-build-backend>=0.4.0,<0.5.0.dev0
222222
- output_types: [conda]
223223
packages:
224224
- scikit-build-core>=0.10.0

python/cuvs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[build-system]
1616

1717
requires = [
18-
"rapids-build-backend>=0.3.0,<0.4.0.dev0",
18+
"rapids-build-backend>=0.4.0,<0.5.0.dev0",
1919
"scikit-build-core[pyproject]>=0.10.0",
2020
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
2121
build-backend = "rapids_build_backend.build"

python/libcuvs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[build-system]
1616
requires = [
17-
"rapids-build-backend>=0.3.0,<0.4.0.dev0",
17+
"rapids-build-backend>=0.4.0,<0.5.0.dev0",
1818
"scikit-build-core[pyproject]>=0.10.0",
1919
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
2020
build-backend = "rapids_build_backend.build"

0 commit comments

Comments
 (0)