Skip to content

Commit 3ae93de

Browse files
authored
Pin openssl for python 3.9 conda package (#1424)
Fixes pytorch/pytorch#103436 Test PR: pytorch/pytorch#103437
1 parent d11a0a0 commit 3ae93de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/pytorch-nightly/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ requirements:
3030
- numpy=1.19 # [py <= 39]
3131
- numpy=1.21.5 # [py == 310]
3232
- numpy=1.23.5 # [py >= 311]
33-
- openssl=1.1.1l # [py == 310 and linux]
33+
- openssl=1.1.1l # [py >= 39 and py <= 310 and linux]
3434
- openssl=1.1.1s # [py >= 311 and linux]
3535
{{ environ.get('PYTORCH_LLVM_PACKAGE', ' - llvmdev=9') }}
3636
{{ environ.get('MAGMA_PACKAGE', '') }}

0 commit comments

Comments
 (0)