@@ -19,7 +19,8 @@ test = [
1919]
2020# Internal organization of test dependencies.
2121cu12 = [
22- " cuda-toolkit[nvcc,cublas,nvrtc,cudart,cufft,curand,cusolver,cusparse,npp,nvfatbin,nvjitlink,nvjpeg,cccl,cupti,profiler]==12.*" ,
22+ " cuda-toolkit[nvcc,cublas,nvrtc,cudart,cufft,curand,cusolver,cusparse,npp,nvfatbin,nvjitlink,nvjpeg,cccl,cupti,profiler]==12.*,!=12.9.2; sys_platform == 'win32'" ,
23+ " cuda-toolkit[nvcc,cublas,nvrtc,cudart,cufft,curand,cusolver,cusparse,npp,nvfatbin,nvjitlink,nvjpeg,cccl,cupti,profiler]==12.*; sys_platform != 'win32'" ,
2324 " cuda-toolkit[cufile]==12.*; sys_platform != 'win32'" ,
2425 " cutensor-cu12" ,
2526 " nvidia-cublasmp-cu12; sys_platform != 'win32'" ,
@@ -32,7 +33,8 @@ cu12 = [
3233 " nvidia-nvshmem-cu12; sys_platform != 'win32'" ,
3334]
3435cu13 = [
35- " cuda-toolkit[nvcc,cublas,nvrtc,cudart,cufft,curand,cusolver,cusparse,npp,nvfatbin,nvjitlink,nvjpeg,cccl,cupti,profiler,nvvm]==13.*" ,
36+ " cuda-toolkit[nvcc,cublas,nvrtc,cudart,cufft,curand,cusolver,cusparse,npp,nvfatbin,nvjitlink,nvjpeg,cccl,cupti,profiler,nvvm]==13.*,!=13.0.3; sys_platform == 'win32'" ,
37+ " cuda-toolkit[nvcc,cublas,nvrtc,cudart,cufft,curand,cusolver,cusparse,npp,nvfatbin,nvjitlink,nvjpeg,cccl,cupti,profiler,nvvm]==13.*; sys_platform != 'win32'" ,
3638 " cuda-toolkit[cufile]==13.*; sys_platform != 'win32'" ,
3739 " cutensor-cu13" ,
3840 " nvidia-cublasmp-cu13; sys_platform != 'win32'" ,
0 commit comments