Skip to content

Commit

Permalink
Revert "Unpin numba<0.58 (rapidsai#15031)"
Browse files Browse the repository at this point in the history
This reverts commit ac438c4.
  • Loading branch information
Chong Gao committed Feb 21, 2024
1 parent d0760f7 commit 365ae0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda/recipes/cudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ requirements:
- typing_extensions >=4.0.0
- pandas >=1.3,<1.6.0dev0
- cupy >=12.0.0
- numba >=0.57
# TODO: Pin to numba<0.58 until #14160 is resolved
- numba >=0.57,<0.58
# 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 365ae0f

Please sign in to comment.