We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0a890 commit 923bf8bCopy full SHA for 923bf8b
recipe/meta.yaml
@@ -116,6 +116,7 @@ outputs:
116
- ninja
117
# avoid that people without GPUs needlessly download ~0.5-1GB
118
- __cuda # [cuda_compiler_version != "None"]
119
+ - __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx]
120
run_constrained:
121
# These constraints ensure conflict between pytorch and
122
# pytorch-cpu 1.1 which we built before conda-forge had GPU infrastructure
0 commit comments