Skip to content

Commit

Permalink
cython <3
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari authored Oct 10, 2023
1 parent 3add405 commit 582a243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ requirements:
build:
- 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]
- {{ compiler('c') }}
- pkg-config # [not win]
host:
- python
- pip
- cython
- cython <3
- numpy
- ffmpeg {{ ffmpeg }}=lgpl*
- pillow
Expand Down

0 comments on commit 582a243

Please sign in to comment.