holoviz/datashader

Pyarrow version pin causing issues with cuDF

Closed this issue · 4 comments

ALL software version info

python 3.10, datashader >= 0.14.4, cuDF>23.06

Description of expected behavior and the observed behavior

#1174 pins pyarrow version to <11. Since cuDF v23.06, it requires pyarrow==11.*, causing installation to fail.

Are there any plans to support pyarrow v11?

I don't think there is any specific reason to keep the pyarrow pin.

oh in that case @ianthomas23, is it okay if I create a PR to remove the pin?

@AjayThorve I already created the PR, CI passed and I've just merged the PR (#1248).

In general, if there is something that isn't working for you then please do create a PR to fix it.

Thank you so much @ianthomas23 , really appreciate it