File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,16 @@ DEPENDENCIES=(
42
42
cudf
43
43
rapids-dask-dependency
44
44
)
45
- for DEP in " ${DEPENDENCIES[@]} " ; do
46
- for FILE in dependencies.yaml conda/environments/* .yml; do
45
+ UCX_PY_DEPENDENCIES=(
46
+ ucx-py
47
+ )
48
+ for FILE in dependencies.yaml conda/environments/* .yml; do
49
+ for DEP in " ${DEPENDENCIES[@]} " ; do
47
50
sed_runner " /-.* ${DEP} \(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*/==${NEXT_RAPIDS_SHORT_TAG_PEP440} .*,>=0.0.0a0/g" " ${FILE} "
48
51
done
49
- sed_runner " /\" ${DEP} ==/ s/==.*\" /==${NEXT_RAPIDS_SHORT_TAG_PEP440} .*,>=0.0.0a0\" /g" pyproject.toml
52
+ for DEP in " ${UCX_PY_DEPENDENCIES[@]} " ; do
53
+ sed_runner " /-.* ${DEP} \(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*/==${NEXT_SHORT_TAG_PEP440} .*,>=0.0.0a0/g" " ${FILE} "
54
+ done
50
55
done
51
56
52
57
for FILE in .github/workflows/* .yaml; do
You can’t perform that action at this time.
0 commit comments