Skip to content

Commit

Permalink
Pin openssl for python 3.9 conda package
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Jun 12, 2023
1 parent d11a0a0 commit acf6424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/pytorch-nightly/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +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 == 39 and linux]
- openssl=1.1.1l # [py == 310 and linux]
- openssl=1.1.1s # [py >= 311 and linux]
{{ environ.get('PYTORCH_LLVM_PACKAGE', ' - llvmdev=9') }}
Expand Down

0 comments on commit acf6424

Please sign in to comment.