Skip to content

Commit d5f829e

Browse files
authored
Fix cython test dep
1 parent ba81047 commit d5f829e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

recipe/meta.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)