From 09952a663c960b2b6ed4956830cafa46ac0dd83d Mon Sep 17 00:00:00 2001 From: Max Balandat Date: Mon, 11 Dec 2023 10:11:48 -0800 Subject: [PATCH] Make pytorch a conda runtime dependency Analogue to https://github.com/cornellius-gp/gpytorch/pull/2457, necessary b/c of conda solver issues. --- .conda/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.conda/meta.yaml b/.conda/meta.yaml index 068a519f..18a26e94 100644 --- a/.conda/meta.yaml +++ b/.conda/meta.yaml @@ -16,6 +16,7 @@ requirements: - python>=3.8 run: + - python>=3.8 - pytorch>=1.11 - scipy - jaxtyping>=0.2.9