Skip to content

Commit

Permalink
Merge pull request #15036 from rapidsai/branch-24.02
Browse files Browse the repository at this point in the history
[HOTFIX] v24.02.01
  • Loading branch information
raydouglass authored Feb 13, 2024
2 parents a48e9fc + ac438c4 commit b4acc1b
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 b4acc1b

Please sign in to comment.