Skip to content

Commit

Permalink
Upgrade cython
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Dec 7, 2023
1 parent fccdf74 commit e18b433
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 @@ -33,7 +33,7 @@ requirements:
- gettext
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- cython <3 # [build_platform != target_platform]
- cython >=3,<4 # [build_platform != target_platform]
- memory-allocator # [build_platform != target_platform]
- numpy # [build_platform != target_platform]
host:
Expand All @@ -49,7 +49,7 @@ requirements:
- cliquer 1.22.*
- cypari2 2.1.*
- cysignals 1.11.*
- cython <3
- cython >=3,<4
- ecl 21.2.*
- eclib
- ecm 7.*
Expand Down

0 comments on commit e18b433

Please sign in to comment.