Closed lostmygithubaccount closed 2 months ago
Thanks for raising. The NumPy and pandas dependencies should only be required when working with these data types (e.g. they shouldn't be needed when working with Polars dataframes), so it's mostly a question of importing in the scope of these functions. @jitingxu1 I see you had already looked at this issue; can you see if can update your PR (or raise a new PR) to do this?
to reproduce install gh/uv:
then try importing IbisML:
traceback:
numpy and pandas were removed as required dependencies for the default installation of Ibis: https://github.com/ibis-project/ibis/pull/9564