Commit b5795943 authored by atalman's avatar atalman Committed by Facebook GitHub Bot
Browse files

Add mkl dependency to torchaudio MacOS x86 builds (#3300)

Summary:
Add mkl dependency to torchaudio MacOS x86 builds

Already tested here: https://github.com/pytorch/audio/actions/runs/4878179835/jobs/8703586137

Pull Request resolved: https://github.com/pytorch/audio/pull/3300

Reviewed By: jeanschmidt, mthrok

Differential Revision: D45566352

Pulled By: atalman

fbshipit-source-id: a0376016506891240b2dd03d4fa4889028bf764b
parent 74bd971a
...@@ -19,6 +19,7 @@ requirements: ...@@ -19,6 +19,7 @@ requirements:
- ninja - ninja
- numpy>=1.11 # [py <= 39] - numpy>=1.11 # [py <= 39]
- numpy>=1.21.2 # [py >= 310] - numpy>=1.21.2 # [py >= 310]
- mkl<=2021.4.0 # [osx and x86_64]
- pytorch-mutex 1.0 {{ build_variant }} # [not osx ] - pytorch-mutex 1.0 {{ build_variant }} # [not osx ]
{{ environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT', 'pytorch') }} {{ environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT', 'pytorch') }}
{{ environ.get('CONDA_EXTRA_BUILD_CONSTRAINT', '') }} {{ environ.get('CONDA_EXTRA_BUILD_CONSTRAINT', '') }}
...@@ -29,6 +30,7 @@ requirements: ...@@ -29,6 +30,7 @@ requirements:
- numpy>=1.11 # [py <= 39] - numpy>=1.11 # [py <= 39]
- numpy>=1.21.2 # [py >= 310] - numpy>=1.21.2 # [py >= 310]
- pytorch-mutex 1.0 {{ build_variant }} # [not osx ] - pytorch-mutex 1.0 {{ build_variant }} # [not osx ]
- mkl<=2021.4.0 # [osx and x86_64]
{{ environ.get('CONDA_PYTORCH_CONSTRAINT', 'pytorch') }} {{ environ.get('CONDA_PYTORCH_CONSTRAINT', 'pytorch') }}
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT', '') }} {{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT', '') }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment