We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
skip
1 parent c144bdb commit 9753ed3Copy full SHA for 9753ed3
recipe/meta.yaml
@@ -26,7 +26,7 @@ build:
26
# xref: https://github.com/conda-forge/xgboost-feedstock/issues/173
27
{% if python is defined and cuda_compiler_version is defined %}
28
skip: >-
29
- {{ ( python.split(".")[:2] != min_python.split(".")[:2] or (win and cuda_compiler_version == "11.8") ) }}
+ {{ python.split(".")[:2] != min_python.split(".")[:2] or (win and cuda_compiler_version == "11.8") }}
30
{% endif %}
31
32
requirements:
0 commit comments