diff --git a/tools/rapids-generate-pip-constraints b/tools/rapids-generate-pip-constraints index 4062ec6..7503da2 100755 --- a/tools/rapids-generate-pip-constraints +++ b/tools/rapids-generate-pip-constraints @@ -26,5 +26,5 @@ out_file="${2}" rapids-dependency-file-generator \ --output requirements \ --file-key "${file_key}" \ - --matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION};dependencies=${RAPIDS_DEPENDENCIES};use_cuda_wheels=true" \ + --matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION};dependencies=${RAPIDS_DEPENDENCIES};cuda_suffixed=true;use_cuda_wheels=true" \ | tee -a "${out_file}"