File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1818# https://github.com/pytorch/pytorch/blob/main/RELEASE.md#triton-dependency-for-the-release
1919{% set triton = "3.4.0" %}
2020
21- # TODO Temporary pin, remove me
22- {% set mkl = "<2025" %}
23-
2421package :
2522 name : libtorch
2623 version : {{ version.replace("-", ".") }}
@@ -152,7 +149,7 @@ requirements:
152149 - pyyaml
153150 - requests
154151 - six
155- - mkl-devel {{ mkl }} # [blas_impl == "mkl"]
152+ - mkl-devel # [blas_impl == "mkl"]
156153 - libcblas * *_mkl # [blas_impl == "mkl"]
157154 - libblas # [blas_impl != "mkl"]
158155 - libcblas # [blas_impl != "mkl"]
@@ -298,7 +295,7 @@ outputs:
298295 - pyyaml
299296 - requests
300297 - six
301- - mkl-devel {{ mkl }} # [blas_impl == "mkl"]
298+ - mkl-devel # [blas_impl == "mkl"]
302299 - libcblas * *_mkl # [blas_impl == "mkl"]
303300 - libcblas # [blas_impl != "mkl"]
304301 - liblapack # [blas_impl != "mkl"]
You can’t perform that action at this time.
0 commit comments