Skip to content

Commit

Permalink
Refresh Cython constraint based on upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed May 13, 2024
1 parent 2bcfd2c commit 50c11f5
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 @@ -16,13 +16,13 @@ requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- cython # [build_platform != target_platform]
- cython ~=3.0.8 # [build_platform != target_platform]
- {{ stdlib("c") }}
- {{ compiler("cxx") }}
host:
- python
- pip
- cython >=0.16
- cython ~=3.0.8
run:
- python

Expand Down

0 comments on commit 50c11f5

Please sign in to comment.