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 6757593 commit fa31c3fCopy full SHA for fa31c3f
recipe/meta.yaml
@@ -291,7 +291,9 @@ outputs:
291
- typing_extensions
292
- {{ pin_subpackage('libtorch', exact=True) }}
293
run:
294
- - {{ pin_subpackage('libtorch', exact=True) }}
+ - {{ pin_subpackage('libtorch', exact=True) }} # [megabuild]
295
+ # for non-megabuild, allow libtorch from any python version
296
+ - libtorch {{ version }}.* *_{{ build }} # [not megabuild]
297
- llvm-openmp # [osx]
298
- intel-openmp {{ mkl }} # [win]
299
- libblas * *{{ blas_impl }} # [blas_impl == "mkl"]
0 commit comments