From 2d585393b4136ae0015ba5001815903c7422236a Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Tue, 31 Mar 2026 17:34:15 -0500 Subject: [PATCH 1/2] bump libcuopt size by 5 mb --- ci/validate_wheel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/validate_wheel.sh b/ci/validate_wheel.sh index 420f89c801..674531b95b 100755 --- a/ci/validate_wheel.sh +++ b/ci/validate_wheel.sh @@ -22,7 +22,7 @@ PYDISTCHECK_ARGS=( if [[ "${package_dir}" == "python/libcuopt" ]]; then if [[ "${RAPIDS_CUDA_MAJOR}" == "12" ]]; then PYDISTCHECK_ARGS+=( - --max-allowed-size-compressed '645Mi' + --max-allowed-size-compressed '650Mi' ) else PYDISTCHECK_ARGS+=( From c8ef19edfb2253888602383b443b0fc00332b63b Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Tue, 31 Mar 2026 17:36:40 -0500 Subject: [PATCH 2/2] bump libcuopt size by 5 mb --- ci/validate_wheel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/validate_wheel.sh b/ci/validate_wheel.sh index 674531b95b..79188cacc3 100755 --- a/ci/validate_wheel.sh +++ b/ci/validate_wheel.sh @@ -26,7 +26,7 @@ if [[ "${package_dir}" == "python/libcuopt" ]]; then ) else PYDISTCHECK_ARGS+=( - --max-allowed-size-compressed '490Mi' + --max-allowed-size-compressed '495Mi' ) fi elif [[ "${package_dir}" != "python/cuopt" ]] && \