File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ requirements:
30
30
- cython>=3.0.0
31
31
- pip
32
32
- python =${{ py_version }}
33
- - rapids-build-backend>=0.3.1 ,<0.4.0dev0
33
+ - rapids-build-backend>=0.4.0 ,<0.5.0.dev0
34
34
- setuptools>=64.0.0
35
35
- ucx
36
36
run :
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ dependencies:
131
131
common :
132
132
- output_types : [conda, requirements, pyproject]
133
133
packages :
134
- - rapids-build-backend>=0.3.1 ,<0.4.0dev0
134
+ - rapids-build-backend>=0.4.0 ,<0.5.0.dev0
135
135
- setuptools>=64.0.0
136
136
run :
137
137
common :
Original file line number Diff line number Diff line change 15
15
[build-system ]
16
16
build-backend = " rapids_build_backend.build"
17
17
requires = [
18
- " rapids-build-backend>=0.3.1 ,<0.4.0dev0 " ,
18
+ " rapids-build-backend>=0.4.0 ,<0.5.0.dev0 " ,
19
19
" setuptools>=64.0.0" ,
20
20
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
21
21
@@ -114,7 +114,7 @@ addopts = "--tb=native"
114
114
[tool .rapids-build-backend ]
115
115
build-backend = " setuptools.build_meta"
116
116
commit-files = [
117
- " ucp/COMMIT_FILE "
117
+ " ucp/GIT_COMMIT "
118
118
]
119
119
# by default, do not rename the package 'ucx-py-cu${ver}'
120
120
# (this is overridden in wheel publishing)
You can’t perform that action at this time.
0 commit comments