Skip to content

Commit

Permalink
Update MKL to 2023.1 on windows conda. update numpy for py3.8 (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Jun 28, 2024
1 parent 64e6784 commit f0468dd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions conda/pytorch-nightly/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ requirements:
- mkl-include # [x86_64]
- mkl=2020.2 # [py <= 311 and x86_64 and not win]
- mkl=2023.1 # [py >= 312 and x86_64]
- mkl-devel=2021.4.0 # [x86_64 and win and py<=311]
- mkl-devel=2023.1 # [x86_64 and win and py>=312]
- mkl-devel=2023.1 # [x86_64 and win]
{% endif %}
- typing_extensions
- ninja
- libuv # [win]
- numpy=1.19 # [py == 38]
- numpy=1.22.3 # [py == 38]
- numpy=2.0.0rc1 # [py >= 39]
- openssl=1.1.1l # [py >= 38 and py <= 310 and linux]
- openssl=1.1.1s # [py == 311 and linux]
Expand All @@ -41,8 +40,7 @@ requirements:
- python
{% if cross_compile_arm64 == 0 %}
- mkl >=2018 # [x86_64 and not win]
- mkl=2021.4 # [x86_64 and win and py <= 311]
- mkl=2023.1 # [x86_64 and win and py >= 312]
- mkl=2023.1 # [x86_64 and win]
{% endif %}
- libuv # [win]
- intel-openmp # [win]
Expand Down

0 comments on commit f0468dd

Please sign in to comment.