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.
2 parents 3f0dcb2 + 3d2e30f commit cbfca98Copy full SHA for cbfca98
conda-recipe/meta.yaml
@@ -35,10 +35,7 @@ requirements:
35
{% if dep.startswith('ninja') %}
36
- {{ dep.split(';')[0] }} # [not win]
37
{% elif dep.startswith('cmake') %}
38
- # We need to pin cmake version on Windows, because we are patching
39
- # cmake files distributed with it.
40
- - cmake=3.26 # [win]
41
- - {{ dep }} # [not win]
+ - {{ dep }}
42
{% elif dep.startswith('build>=') %}
43
- {{ 'python-' ~ dep }}
44
{% else %}
0 commit comments