Skip to content

Commit 31de77d

Browse files
authored
Add older mkl build contraint only (#3302) (#3308)
Summary: Similar to what we used to have here: https://github.com/pytorch/test-infra/pull/3896/files Pull Request resolved: #3302 Reviewed By: nateanl Differential Revision: D45574845 Pulled By: atalman fbshipit-source-id: 142c35dfd811a5f5c170dcd082bec8d055edd9cb
1 parent bc77e2b commit 31de77d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packaging/torchaudio/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ requirements:
1919
- ninja
2020
- numpy>=1.11 # [py <= 39]
2121
- numpy>=1.21.2 # [py >= 310]
22-
- mkl<=2021.4.0 # [osx and x86_64]
22+
- mkl<=2021.2.0 # [osx and x86_64]
2323
- pytorch-mutex 1.0 {{ build_variant }} # [not osx ]
2424
{{ environ.get('CONDA_PYTORCH_BUILD_CONSTRAINT', 'pytorch') }}
2525
{{ environ.get('CONDA_EXTRA_BUILD_CONSTRAINT', '') }}
@@ -30,7 +30,6 @@ requirements:
3030
- numpy>=1.11 # [py <= 39]
3131
- numpy>=1.21.2 # [py >= 310]
3232
- pytorch-mutex 1.0 {{ build_variant }} # [not osx ]
33-
- mkl<=2021.4.0 # [osx and x86_64]
3433
{{ environ.get('CONDA_PYTORCH_CONSTRAINT', 'pytorch') }}
3534
{{ environ.get('CONDA_CUDATOOLKIT_CONSTRAINT', '') }}
3635

0 commit comments

Comments
 (0)