diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index b1c4138f..d787b8c1 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -26,7 +26,7 @@ rapids-generate-version > ./VERSION RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})" -python -m pip wheel . -w dist -vvv --no-deps --disable-pip-version-check +python -m pip wheel . -w dist -v --no-deps --disable-pip-version-check mkdir -p final_dist python -m auditwheel repair \ diff --git a/dependencies.yaml b/dependencies.yaml index 6c899215..8f08e1f8 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -133,13 +133,13 @@ dependencies: matrices: - matrix: {cuda: "12.*"} packages: - - libucx-cu12==1.15.0,>=0.0.0a0 + - libucx-cu12==1.15.0 - matrix: {cuda: "11.*"} packages: - - libucx-cu11==1.15.0,>=0.0.0a0 + - libucx-cu11==1.15.0 - matrix: null packages: - - libucx==1.15.0,>=0.0.0a0 + - libucx==1.15.0 depends_on_ucx_run: common: - output_types: conda @@ -155,13 +155,13 @@ dependencies: matrices: - matrix: {cuda: "12.*"} packages: - - libucx-cu12>=1.15.0,<1.16,>=0.0.0a0 + - libucx-cu12>=1.15.0,<1.16 - matrix: {cuda: "11.*"} packages: - - libucx-cu11>=1.15.0,<1.16,>=0.0.0a0 + - libucx-cu11>=1.15.0,<1.16 - matrix: null packages: - - libucx>=1.15.0,<1.16,>=0.0.0a0 + - libucx>=1.15.0,<1.16 test_python: common: - output_types: [conda, requirements, pyproject]