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