Skip to content

Commit cea20fc

Browse files
authored
Update MKL to 2023.1 on windows conda (#1891)
Test PR: pytorch/pytorch#129495 Related to: pytorch/pytorch#129310
1 parent 85f08a3 commit cea20fc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

conda/pytorch-nightly/meta.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ requirements:
2323
- mkl-include # [x86_64]
2424
- mkl=2020.2 # [py <= 311 and x86_64 and not win]
2525
- mkl=2023.1 # [py >= 312 and x86_64]
26-
- mkl-devel=2021.4.0 # [x86_64 and win and py<=311]
27-
- mkl-devel=2023.1 # [x86_64 and win and py>=312]
26+
- mkl-devel=2023.1 # [x86_64 and win]
2827
{% endif %}
2928
- typing_extensions
3029
- ninja
3130
- libuv # [win]
32-
- numpy=1.19 # [py == 38]
31+
- numpy=1.22.3 # [py == 38]
3332
- numpy=2.0.0rc1 # [py >= 39]
3433
- openssl=1.1.1l # [py >= 38 and py <= 310 and linux]
3534
- openssl=1.1.1s # [py == 311 and linux]
@@ -41,8 +40,7 @@ requirements:
4140
- python
4241
{% if cross_compile_arm64 == 0 %}
4342
- mkl >=2018 # [x86_64 and not win]
44-
- mkl=2021.4 # [x86_64 and win and py <= 311]
45-
- mkl=2023.1 # [x86_64 and win and py >= 312]
43+
- mkl=2023.1 # [x86_64 and win]
4644
{% endif %}
4745
- libuv # [win]
4846
- intel-openmp # [win]

0 commit comments

Comments
 (0)