Skip to content

Commit

Permalink
Unpin numba<0.58
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Feb 12, 2024
1 parent 82f6a53 commit c1ce3ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conda/recipes/cudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ requirements:
- typing_extensions >=4.0.0
- pandas >=1.3,<1.6.0dev0
- cupy >=12.0.0
# TODO: Pin to numba<0.58 until #14160 is resolved
- numba >=0.57,<0.58
- numba >=0.57
# TODO: Pin to numpy<1.25 until cudf requires pandas 2
- numpy >=1.21,<1.25
- {{ pin_compatible('pyarrow', max_pin='x') }}
Expand Down

0 comments on commit c1ce3ec

Please sign in to comment.