A version incompatibility issue came up while I was trying to release a new package (EzTaoX) on conda-forge that depends on optax (conda-forge/staged-recipes#32095):
optax 0.2.6 has requirement jax>=0.5.3, but you have jax 0.4.31.
optax 0.2.6 has requirement jaxlib>=0.5.3, but you have jaxlib 0.4.31.
This appears to be caused by differing JAX dependency pins between the conda-forge recipe and the PyPI release. The latest version v0.2.6 requires jax>=0.5.3. However, the conda recipe still pins jax according to v0.2.5, jax>=0.4.27.
A version incompatibility issue came up while I was trying to release a new package (EzTaoX) on
conda-forgethat depends on optax (conda-forge/staged-recipes#32095):This appears to be caused by differing JAX dependency pins between the conda-forge recipe and the PyPI release. The latest version
v0.2.6requiresjax>=0.5.3. However, the conda recipe still pins jax according tov0.2.5,jax>=0.4.27.