Skip to content

Commit

Permalink
Try to constraint to older mkl
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed May 4, 2023
1 parent 0e386da commit 9be37b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/torchaudio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requirements:
- ninja
- numpy>=1.11 # [py <= 39]
- numpy>=1.21.2 # [py >= 310]
- mkl>=2023.1.0 # [osx and x86_64]
- mkl<=2021.4.0 # [osx and x86_64]
- pytorch-mutex 1.0 {{ build_variant }} # [not osx ]
{{ environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT', 'pytorch') }}
{{ environ.get('CONDA_EXTRA_BUILD_CONSTRAINT', '') }}
Expand All @@ -30,7 +30,7 @@ requirements:
- numpy>=1.11 # [py <= 39]
- numpy>=1.21.2 # [py >= 310]
- pytorch-mutex 1.0 {{ build_variant }} # [not osx ]
- mkl # [osx and x86_64]
- mkl<=2021.4.0 # [osx and x86_64]
{{ environ.get('CONDA_PYTORCH_CONSTRAINT', 'pytorch') }}
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT', '') }}

Expand Down

0 comments on commit 9be37b6

Please sign in to comment.