Skip to content

Duplicated jax in install_requires #137

@martinp7

Description

@martinp7

Description

jax is duplicated in the install_requires of setup.py:

    install_requires=[
        "absl-py>=1.0.0",
        "jax>=0.3.25", # 1st occ
        "jaxlib>=0.3.25",
        "dm-haiku>=0.0.9",
        "numpy>=1.23.5,<2.0.0",
        "typing_extensions>=3.10.0",
        "joblib>=1.2.0",
        "tqdm>=4.56.0",
        "regex>=2022.1.18",
        "huggingface-hub>=0.23.0",
        "dm-haiku>=0.0.14",
        "anndata>=0.11.0",
        "jax>=0.6.0", # 2nd occ
        "scanpy>=1.11.2",
        "cellxgene_census>=1.17.0",
        "transformers>=4.52.4",
        "torch>=2.7.1",
        "einops>=0.8.1",
        "pydantic==1.10.13",
        "flax==0.10.4",
        "ipykernel>=6.0.0",
        "matplotlib>=3.5.0",
        "seaborn>=0.11.0",
        "pyfaidx>=0.7.0",
        "requests>=2.25.0",
    ],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions