AlenkaF commented on issue #49083: URL: https://github.com/apache/arrow/issues/49083#issuecomment-3840169075
OK, I think the fault is in our `install_dask.sh` script and it surfaced only now, with pandas 3.0. In the script we are also installing [dask-expr](https://github.com/dask/dask-expr#dask-expressions) which has been moved to [main dask repo in January last year (2025).](https://github.com/dask/dask-expr/commit/42e7a8958ba286a4c7b2f199d143a70b0b479489) See install step in our CI: https://github.com/ursacomputing/crossbow/actions/runs/21612213349/job/62283295829#step:6:439 I think we need to remove the following line from our `install_dask.sh` file as it is downgrading the installed dev version of dask: https://github.com/apache/arrow/blob/012fd17fa5dc77f94c95bac8bfbedd91349f3df9/ci/scripts/install_dask.sh#L31C30-L31C63 Will open a PR to test this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
