Skip to content

A typo in setup.py #6

@ToryDeng

Description

@ToryDeng

In setup.py there should be a comma after "anndata>=0.7.5", otherwise pip will ignore the anndata and scikit-learn dependencies.

install_requires = [
    "numpy>=1.19.5",
    "pandas>=1.2.1",
    "scipy >=1.4.1",
    "anndata>=0.7.5"
    "scikit-learn>=0.24.2",
    "matplotlib",
    "seaborn>=0.11.1",
    "statsmodels>=0.12.2"
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions