Skip to content

Commit

Permalink
Delete mkl-static from yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhancn authored Jul 12, 2024
1 parent 0e4c932 commit 0e6f833
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions conda/pytorch-nightly/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ requirements:
- python
- setuptools
- pyyaml
{% if cross_compile_arm64 == 0 %}
- mkl-include # [x86_64]
- mkl-static=2024.2.0 # [py <= 311 and x86_64 and not win]
- mkl-static=2024.2.0 # [py >= 312 and x86_64]
- mkl-static=2024.2.0 # [x86_64 and win]
{% endif %}
- typing_extensions
- ninja
- libuv # [win]
Expand All @@ -38,10 +32,6 @@ requirements:

run:
- python
{% if cross_compile_arm64 == 0 %}
- mkl-static >=2018 # [x86_64 and not win]
- mkl-static=2023.1 # [x86_64 and win]
{% endif %}
- libuv # [win]
- intel-openmp # [win]
# llvm-openmp 16 leads to wrong processor affinity for fork child, see #99625.
Expand All @@ -53,9 +43,6 @@ requirements:
- networkx
- jinja2
- pyyaml
{% if cross_compile_arm64 == 0 %}
- blas * mkl-static # [x86_64]
{% endif %}
- pytorch-mutex 1.0 {{ build_variant }} # [not osx ]
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT', '') }}
{{ environ.get('CONDA_TRITON_CONSTRAINT', '') }}
Expand Down

0 comments on commit 0e6f833

Please sign in to comment.