Skip to content

Commit 2228714

Browse files
committed
skip for osx and arm64 (aligns with conda-forge)
1 parent 2b441db commit 2228714

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

conda-recipe-cf/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ source:
77

88
build:
99
number: {{ GIT_DESCRIBE_NUMBER }}
10+
skip: true # [osx and arm64]
1011
script_env:
1112
- WHEELS_OUTPUT_FOLDER
1213
ignore_run_exports:
@@ -22,7 +23,8 @@ requirements:
2223
- python-gil # [py>=314]
2324
- pip >=25.0
2425
- setuptools >=77
25-
- mkl-devel
26+
- mkl-devel # [not osx]
27+
- mkl-devel <2024 # [osx]
2628
- cython
2729
- wheel >=0.45.1
2830
- python-build >=1.2.2

0 commit comments

Comments
 (0)