We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
setup.py
In setup.py there should be a comma after "anndata>=0.7.5", otherwise pip will ignore the anndata and scikit-learn dependencies.
"anndata>=0.7.5"
pip
anndata
scikit-learn
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" ]
The text was updated successfully, but these errors were encountered:
I addressed this in #7 ; looks like we both caught it about the same time.
Sorry, something went wrong.
No branches or pull requests
In
setup.py
there should be a comma after"anndata>=0.7.5"
, otherwisepip
will ignore theanndata
andscikit-learn
dependencies.The text was updated successfully, but these errors were encountered: