File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7- {% set build_number = 1 %}
7+ {% set build_number = 2 %}
88
99# this makes the linter happy
1010{% set channel_targets = channel_targets or 'conda-forge main' %}
@@ -88,7 +88,7 @@ outputs:
8888 # Copy rather than link.
8989 no_link :
9090 - DLLs/_ctypes.pyd # [win]
91- ignore_run_exports_from : # [unix]
91+ ignore_run_exports_from :
9292 # C++ only installed so CXX is defined for distutils/sysconfig.
9393 - {{ compiler('cxx') }} # [unix]
9494 # this is just to get the headers needed for tk.h, but is unused
@@ -185,7 +185,11 @@ outputs:
185185 - python_abi {{ ver2 }}.* *_{{ abi_tag }}
186186 test :
187187 downstreams :
188+ {% if freethreading == "yes" %}
189+ - cython >=3.1.0.a0
190+ {% else %}
188191 - cython
192+ {% endif %}
189193 - setuptools
190194 requires :
191195 - ripgrep
You can’t perform that action at this time.
0 commit comments