From 11506f526e3c57d385ff2ec07e0b342c6231c690 Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Thu, 9 Apr 2026 11:16:29 -0500 Subject: [PATCH] bump size --- ci/validate_wheel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/validate_wheel.sh b/ci/validate_wheel.sh index 79188cacc3..4d6180637f 100755 --- a/ci/validate_wheel.sh +++ b/ci/validate_wheel.sh @@ -22,11 +22,11 @@ PYDISTCHECK_ARGS=( if [[ "${package_dir}" == "python/libcuopt" ]]; then if [[ "${RAPIDS_CUDA_MAJOR}" == "12" ]]; then PYDISTCHECK_ARGS+=( - --max-allowed-size-compressed '650Mi' + --max-allowed-size-compressed '665Mi' ) else PYDISTCHECK_ARGS+=( - --max-allowed-size-compressed '495Mi' + --max-allowed-size-compressed '505Mi' ) fi elif [[ "${package_dir}" != "python/cuopt" ]] && \