Skip to content

Commit 022f063

Browse files
committed
debug
1 parent 7cd981d commit 022f063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ outputs:
293293
run:
294294
- {{ pin_subpackage('libtorch', exact=True) }} # [megabuild]
295295
# for non-megabuild, allow libtorch from any python version
296-
- libtorch {{ version }}.* *_{{ build }} # [not megabuild]
296+
- libtorch {{ version }} *{{ build }} # [not megabuild]
297297
- llvm-openmp # [osx]
298298
- intel-openmp {{ mkl }} # [win]
299299
- libblas * *{{ blas_impl }} # [blas_impl == "mkl"]

0 commit comments

Comments
 (0)