From f76f4888cfdb716718ec9250909e2c3156495675 Mon Sep 17 00:00:00 2001 From: Aman Surkar <99606590+Aman-Surkar@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:49:50 +0530 Subject: [PATCH] [1.11.2] Pinned cudatoolkit (#6) --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e8b09c9..20f1f75 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 2f14c510a6e93f404c6ea357210615b3c15a71731f9dbd86f25434e34fb5a741 build: - number: 1 + number: 2 string: {{ build_type }}_py{{ python | replace(".", "") }}_{{ PKG_BUILDNUM }} #[build_type == 'cpu'] string: {{ build_type }}{{ cudatoolkit | replace(".*", "") }}_py{{ python | replace(".", "") }}_{{ PKG_BUILDNUM }} #[build_type == 'cuda'] skip: true # [win] @@ -25,6 +25,7 @@ requirements: - {{ compiler('cxx') }} - cudatoolkit {{ cudatoolkit }} # [build_type == 'cuda'] host: + - cudatoolkit {{ cudatoolkit }} # [build_type == 'cuda'] - python {{ python }} - _pytorch_select {{ pytorch_select_version }} - pytorch-base {{ pytorch }}