Skip to content

Commit ac438c4

Browse files
authored
Unpin numba<0.58 (#15031)
I think unpinning `numba` in the conda recipe was just missed in #14616. I discovered this issue [trying to build the `24.02` release](https://github.com/rapidsai/cudf/actions/runs/7878153691/job/21496377912#step:7:1674). PRs & nightly builds are working because the `rapidsai-nightly` channel has an older version of `pynvjitlink` that supported `numba>=0.57` whereas the `rapidsai` channel only has the latest version which pins to `numba>=0.58`. Authors: - Ray Douglass (https://github.com/raydouglass) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - Bradley Dice (https://github.com/bdice)
1 parent 82f6a53 commit ac438c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conda/recipes/cudf/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ requirements:
7878
- typing_extensions >=4.0.0
7979
- pandas >=1.3,<1.6.0dev0
8080
- cupy >=12.0.0
81-
# TODO: Pin to numba<0.58 until #14160 is resolved
82-
- numba >=0.57,<0.58
81+
- numba >=0.57
8382
# TODO: Pin to numpy<1.25 until cudf requires pandas 2
8483
- numpy >=1.21,<1.25
8584
- {{ pin_compatible('pyarrow', max_pin='x') }}

0 commit comments

Comments
 (0)