Skip to content

Commit 2731d97

Browse files
Update rapids-build-backend to 0.4.1 (#1159)
Issue: rapidsai/build-planning#207 Authors: - Kyle Edwards (https://github.com/KyleFromNVIDIA) Approvers: - Bradley Dice (https://github.com/bdice) - James Lamb (https://github.com/jameslamb) URL: #1159
1 parent 4ac075e commit 2731d97

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conda/recipes/ucx-py/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ requirements:
3030
- cython>=3.0.0
3131
- pip
3232
- python =${{ py_version }}
33-
- rapids-build-backend>=0.3.1,<0.4.0dev0
33+
- rapids-build-backend>=0.4.0,<0.5.0.dev0
3434
- setuptools>=64.0.0
3535
- ucx
3636
run:

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ dependencies:
131131
common:
132132
- output_types: [conda, requirements, pyproject]
133133
packages:
134-
- rapids-build-backend>=0.3.1,<0.4.0dev0
134+
- rapids-build-backend>=0.4.0,<0.5.0.dev0
135135
- setuptools>=64.0.0
136136
run:
137137
common:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[build-system]
1616
build-backend = "rapids_build_backend.build"
1717
requires = [
18-
"rapids-build-backend>=0.3.1,<0.4.0dev0",
18+
"rapids-build-backend>=0.4.0,<0.5.0.dev0",
1919
"setuptools>=64.0.0",
2020
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
2121

@@ -114,7 +114,7 @@ addopts = "--tb=native"
114114
[tool.rapids-build-backend]
115115
build-backend = "setuptools.build_meta"
116116
commit-files = [
117-
"ucp/COMMIT_FILE"
117+
"ucp/GIT_COMMIT"
118118
]
119119
# by default, do not rename the package 'ucx-py-cu${ver}'
120120
# (this is overridden in wheel publishing)

0 commit comments

Comments
 (0)