We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11a0a0 commit ee4aab9Copy full SHA for ee4aab9
conda/pytorch-nightly/meta.yaml
@@ -30,7 +30,7 @@ requirements:
30
- numpy=1.19 # [py <= 39]
31
- numpy=1.21.5 # [py == 310]
32
- numpy=1.23.5 # [py >= 311]
33
- - openssl=1.1.1l # [py == 310 and linux]
+ - openssl=1.1.1l # [py >= 39 and py <= 310 and linux]
34
- openssl=1.1.1s # [py >= 311 and linux]
35
{{ environ.get('PYTORCH_LLVM_PACKAGE', ' - llvmdev=9') }}
36
{{ environ.get('MAGMA_PACKAGE', '') }}
0 commit comments