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

Specify version requirements for dependencies #1

Closed
ejhigson opened this issue Apr 11, 2020 · 0 comments
Closed

Specify version requirements for dependencies #1

ejhigson opened this issue Apr 11, 2020 · 0 comments

Comments

@ejhigson
Copy link

When I tried running the example at https://sherbold.github.io/autorank/ I got an attribute error:

AttributeError: module 'scipy.stats' has no attribute 'median_absolute_deviation'

I was running scipy v1.1.0. Upgrading scipy to 1.4.1 fixed the issue. Perhaps you can consider specifying minimum version requirements for your dependencies in setup.py? E.g. "scipy>=1.4" or whatever the appropriate version is.

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

1 participant