From ee4aab9c5329bd50ca2e7c306a9c7ed3db52d88d Mon Sep 17 00:00:00 2001 From: atalman Date: Mon, 12 Jun 2023 08:16:10 -0700 Subject: [PATCH] Pin openssl for python 3.9 conda package refactor one line --- conda/pytorch-nightly/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/pytorch-nightly/meta.yaml b/conda/pytorch-nightly/meta.yaml index 91b496f08..8013bea57 100644 --- a/conda/pytorch-nightly/meta.yaml +++ b/conda/pytorch-nightly/meta.yaml @@ -30,7 +30,7 @@ requirements: - numpy=1.19 # [py <= 39] - numpy=1.21.5 # [py == 310] - numpy=1.23.5 # [py >= 311] - - openssl=1.1.1l # [py == 310 and linux] + - openssl=1.1.1l # [py >= 39 and py <= 310 and linux] - openssl=1.1.1s # [py >= 311 and linux] {{ environ.get('PYTORCH_LLVM_PACKAGE', ' - llvmdev=9') }} {{ environ.get('MAGMA_PACKAGE', '') }}