Skip to content

Commit 104714a

Browse files
committed
Pin openssl for python 3.9 conda package
1 parent d11a0a0 commit 104714a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conda/pytorch-nightly/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +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 == 39 and linux]
3334
- openssl=1.1.1l # [py == 310 and linux]
3435
- openssl=1.1.1s # [py >= 311 and linux]
3536
{{ environ.get('PYTORCH_LLVM_PACKAGE', ' - llvmdev=9') }}

0 commit comments

Comments
 (0)