conda-forge / jaxlib-feedstock

A conda-smithy repository for jaxlib.
BSD 3-Clause "New" or "Revised" License
16 stars 24 forks source link

Jaxlib not compatible with the latest Pyarrow #226

Closed ilyanoskov closed 8 months ago

ilyanoskov commented 8 months ago

Solution to issue cannot be found in the documentation.

Issue

I have discovered that jaxlib prevents installing the latest Pyarrow.

I am not able to create a Conda environment with jax and pyarrow>=14.0. I see that it's because of the pinned libgrpc version (>=1.58.1, <1.59.0a0)

https://github.com/google/jax/issues/19792

Installed packages

pyarrow, python3.11, jax

Environment info

mamba create -n lala python=3.11 jax pyarrow=15 --dry-run
xhochy commented 8 months ago

This has been solved with the latest build.