From 1a627c0f8da21d3079a54a61c2b6bf6c7082daf5 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Tue, 18 Jul 2023 11:45:05 +0200 Subject: [PATCH] cython <3 --- recipe/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 009643a29..647748c66 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -234,7 +234,7 @@ outputs: - {{ compiler("cuda") }} # [cuda_compiler_version != "None"] - python # [build_platform != target_platform] - cross-python_{{ target_platform }} # [build_platform != target_platform] - - cython # [build_platform != target_platform] + - cython <3 # [build_platform != target_platform] - numpy # [build_platform != target_platform] - cmake - ninja @@ -244,7 +244,7 @@ outputs: - libarrow ={{ version }}=*_{{ PKG_BUILDNUM }}_{{ build_ext }} - clangdev {{ llvm_version }} - llvmdev {{ llvm_version }} - - cython + - cython <3 - numpy - python - setuptools @@ -318,7 +318,7 @@ outputs: - {{ compiler("cuda") }} # [cuda_compiler_version != "None"] - python # [build_platform != target_platform] - cross-python_{{ target_platform }} # [build_platform != target_platform] - - cython # [build_platform != target_platform] + - cython <3 # [build_platform != target_platform] - numpy # [build_platform != target_platform] - cmake - ninja @@ -327,7 +327,7 @@ outputs: - {{ pin_subpackage('pyarrow', exact=True) }} - clangdev {{ llvm_version }} - llvmdev {{ llvm_version }} - - cython + - cython <3 - numpy - python - setuptools @@ -355,7 +355,7 @@ outputs: - backports.zoneinfo # [py<39] - cffi - cloudpickle - - cython + - cython <3 - fastparquet - fsspec - hypothesis