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.
1 parent 3f0dcb2 commit 3d2e30fCopy full SHA for 3d2e30f
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