File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -69,18 +69,19 @@ DEPENDENCIES=(
69
69
pyraft
70
70
raft-dask
71
71
rmm
72
- ucx-py
73
72
rapids-dask-dependency
74
73
)
75
- for DEP in " ${DEPENDENCIES[@]} " ; do
76
- for FILE in dependencies.yaml conda/environments/ * .yaml python/cugraph-{pyg,dgl}/conda/ * .yaml ; do
74
+ for FILE in dependencies.yaml conda/environments/ * .yaml python/cugraph-{pyg,dgl}/conda/ * .yaml ; do
75
+ for DEP in " ${DEPENDENCIES[@]} " ; do
77
76
sed_runner " /-.* ${DEP} \(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*/==${NEXT_SHORT_TAG_PEP440} .*,>=0.0.0a0/g" " ${FILE} "
78
- sed_runner " /-.* ucx-py==/ s/==.*/==${NEXT_UCX_PY_VERSION} .*,>=0.0.0a0/g" " ${FILE} "
79
77
done
80
- for FILE in python/** /pyproject.toml python/** /** /pyproject.toml; do
78
+ sed_runner " /-.* ucx-py\(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*/==${NEXT_UCX_PY_VERSION} .*,>=0.0.0a0/g" " ${FILE} "
79
+ done
80
+ for FILE in python/** /pyproject.toml python/** /** /pyproject.toml; do
81
+ for DEP in " ${DEPENDENCIES[@]} " ; do
81
82
sed_runner " /\" ${DEP} \(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*\" /==${NEXT_SHORT_TAG_PEP440} .*,>=0.0.0a0\" /g" " ${FILE} "
82
- sed_runner " /\" ucx-py==/ s/==.*\" /==${NEXT_UCX_PY_VERSION} .*,>=0.0.0a0\" /g" " ${FILE} "
83
83
done
84
+ sed_runner " /\" ucx-py\(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*\" /==${NEXT_UCX_PY_VERSION} .*,>=0.0.0a0\" /g" " ${FILE} "
84
85
done
85
86
86
87
# ucx-py version
You can’t perform that action at this time.
0 commit comments