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 }}