Skip to content

Inconsistency in requirements (PyPI vs conda) #1594

@camposandro

Description

@camposandro

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions