Skip to content

Commit c3dfff7

Browse files
committed
remove MKL constraint
1 parent df814e2 commit c3dfff7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
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-
2421
package:
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"]

0 commit comments

Comments
 (0)