We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents defed36 + 43e385e commit 1095845Copy full SHA for 1095845
ci/release/update-version.sh
@@ -60,11 +60,13 @@ done
60
61
UCX_DEPENDENCIES=(
62
libucxx
63
+ ucxx
64
)
65
for DEP in "${UCX_DEPENDENCIES[@]}"; do
66
for FILE in dependencies.yaml conda/environments/*.yaml; do
67
sed_runner "/-.* ${DEP}\(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*/==${NEXT_UCXX_SHORT_TAG_PEP440}.*,>=0.0.0a0/g" "${FILE}"
68
done
69
+ sed_runner "/\"${DEP}==/ s/==.*\"/==${NEXT_UCXX_SHORT_TAG_PEP440}.*,>=0.0.0a0\"/g" python/librapidsmpf/pyproject.toml
70
sed_runner "/\"${DEP}==/ s/==.*\"/==${NEXT_UCXX_SHORT_TAG_PEP440}.*,>=0.0.0a0\"/g" python/rapidsmpf/pyproject.toml
71
72
0 commit comments