Skip to content

Commit 43e385e

Browse files
authored
Fix missed ucxx dependency in update-version.sh (rapidsai#547)
1 parent 319d275 commit 43e385e

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
@@ -59,11 +59,13 @@ done
5959

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

0 commit comments

Comments
 (0)