diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index 40a9f85bbc7..6766eaaa244 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -40,12 +40,12 @@ EXCLUDE_ARGS=( # 'libraft' wheels are responsible for carrying a runtime dependency on # these based on RAFT's needs. EXCLUDE_ARGS+=( - --exclude "libcublas.so.12" - --exclude "libcublasLt.so.12" - --exclude "libcurand.so.10" - --exclude "libcusolver.so.11" - --exclude "libcusparse.so.12" - --exclude "libnvJitLink.so.12" + --exclude "libcublas.so.*" + --exclude "libcublasLt.so.*" + --exclude "libcurand.so.*" + --exclude "libcusolver.so.*" + --exclude "libcusparse.so.*" + --exclude "libnvJitLink.so.*" ) if [[ "${package_dir}" != "python/libcugraph" ]]; then