Skip to content

Commit

Permalink
cython <3
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 20, 2023
1 parent 3428a8c commit 1a627c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -244,7 +244,7 @@ outputs:
- libarrow ={{ version }}=*_{{ PKG_BUILDNUM }}_{{ build_ext }}
- clangdev {{ llvm_version }}
- llvmdev {{ llvm_version }}
- cython
- cython <3
- numpy
- python
- setuptools
Expand Down Expand Up @@ -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
Expand All @@ -327,7 +327,7 @@ outputs:
- {{ pin_subpackage('pyarrow', exact=True) }}
- clangdev {{ llvm_version }}
- llvmdev {{ llvm_version }}
- cython
- cython <3
- numpy
- python
- setuptools
Expand Down Expand Up @@ -355,7 +355,7 @@ outputs:
- backports.zoneinfo # [py<39]
- cffi
- cloudpickle
- cython
- cython <3
- fastparquet
- fsspec
- hypothesis
Expand Down

0 comments on commit 1a627c0

Please sign in to comment.