File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ DEPENDENCIES=(
75
75
for DEP in " ${DEPENDENCIES[@]} " ; do
76
76
for FILE in dependencies.yaml conda/environments/* .yaml python/cugraph-{pyg,dgl}/conda/* .yaml; do
77
77
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} "
78
+ sed_runner " /-.* ucx-py\(-cu[[:digit:]]\{2\}\)\{0,1\} ==/ s/==.*/==${NEXT_UCX_PY_VERSION} .*,>=0.0.0a0/g" " ${FILE} "
79
79
done
80
80
for FILE in python/** /pyproject.toml python/** /** /pyproject.toml; do
81
81
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} "
82
+ sed_runner " /\" ucx-py\(-cu[[:digit:]]\{2\}\)\{0,1\} ==/ s/==.*\" /==${NEXT_UCX_PY_VERSION} .*,>=0.0.0a0\" /g" " ${FILE} "
83
83
done
84
84
done
85
85
You can’t perform that action at this time.
0 commit comments