From 904ffe73115e720b20d95058ad04030741610bf3 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Mon, 8 Jan 2024 14:56:05 -0500 Subject: [PATCH 1/2] Split cuda versions for notebook testing --- dependencies.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index 91ac8371308..8331296cb40 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -755,7 +755,12 @@ dependencies: - ipython - openpyxl notebook_cuda_version: - common: - - output_types: conda - packages: - - cuda-version=12.0 + specific: + - output_types: conda + matrices: + - matrix: {cuda: "12.*"} + packages: + - cuda-version=12.0 + - matrix: {cuda: "11.*"} + packages: + - cuda-version=11.8 From a5e2658ef4b86a8ccdb78cdc780c8e5ba42fb3f1 Mon Sep 17 00:00:00 2001 From: Ray Douglass <3107146+raydouglass@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:21:29 -0500 Subject: [PATCH 2/2] Update dependencies.yaml Co-authored-by: Bradley Dice --- dependencies.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index 8331296cb40..bc51372623a 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -758,9 +758,9 @@ dependencies: specific: - output_types: conda matrices: - - matrix: {cuda: "12.*"} + - matrix: {cuda: "12.0"} packages: - cuda-version=12.0 - - matrix: {cuda: "11.*"} + - matrix: {cuda: "11.8"} packages: - cuda-version=11.8