Skip to content

Commit 1095845

Browse files
authored
Merge pull request rapidsai#550 from rapidsai/branch-25.10
Forward-merge branch-25.10 into branch-25.12
2 parents defed36 + 43e385e commit 1095845

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/release/update-version.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,13 @@ done
6060

6161
UCX_DEPENDENCIES=(
6262
libucxx
63+
ucxx
6364
)
6465
for DEP in "${UCX_DEPENDENCIES[@]}"; do
6566
for FILE in dependencies.yaml conda/environments/*.yaml; do
6667
sed_runner "/-.* ${DEP}\(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*/==${NEXT_UCXX_SHORT_TAG_PEP440}.*,>=0.0.0a0/g" "${FILE}"
6768
done
69+
sed_runner "/\"${DEP}==/ s/==.*\"/==${NEXT_UCXX_SHORT_TAG_PEP440}.*,>=0.0.0a0\"/g" python/librapidsmpf/pyproject.toml
6870
sed_runner "/\"${DEP}==/ s/==.*\"/==${NEXT_UCXX_SHORT_TAG_PEP440}.*,>=0.0.0a0\"/g" python/rapidsmpf/pyproject.toml
6971
done
7072

0 commit comments

Comments
 (0)