Skip to content

Commit

Permalink
Use Cython 3 for cuproj. (#1309)
Browse files Browse the repository at this point in the history
This updates cuproj's conda recipe to use `cython >=3.0.0` to align with other RAPIDS packages.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Mark Harris (https://github.com/harrism)
  - https://github.com/jakirkham
  - Ray Douglass (https://github.com/raydouglass)

URL: #1309
  • Loading branch information
bdice authored Dec 13, 2023
1 parent 1602638 commit cdccd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/cuproj/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ requirements:
host:
- cuda-version ={{ cuda_version }}
- cmake {{ cmake_version }}
- cython >=0.29,<0.30
- cython >=3.0.0
- python
- rmm ={{ minor_version }}
- scikit-build >=0.13.1
Expand Down

0 comments on commit cdccd49

Please sign in to comment.