Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A typo in setup.py #6

Open
ToryDeng opened this issue Dec 22, 2023 · 1 comment
Open

A typo in setup.py #6

ToryDeng opened this issue Dec 22, 2023 · 1 comment

Comments

@ToryDeng
Copy link

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"
]
@chromatic
Copy link

I addressed this in #7 ; looks like we both caught it about the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants