Skip to content

Commit 923bf8b

Browse files
committed
Specify minimum OSX version
1 parent 4f0a890 commit 923bf8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipe/meta.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ outputs:
116116
- ninja
117117
# avoid that people without GPUs needlessly download ~0.5-1GB
118118
- __cuda # [cuda_compiler_version != "None"]
119+
- __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx]
119120
run_constrained:
120121
# These constraints ensure conflict between pytorch and
121122
# pytorch-cpu 1.1 which we built before conda-forge had GPU infrastructure

0 commit comments

Comments
 (0)