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
When installing locally, it looks like the setup.py is incorrectly listing dependencies resulting in the following pip list
scikit-learn 0.24.20 <-- Already installed before installing zEpid sklearn 0.0 <-- added after installing zEpid, but not really sklearn.
The first is the correct package, but the second is very out of date.
See the pypi reference for sklearn: https://pypi.org/project/sklearn/
The text was updated successfully, but these errors were encountered:
thanks! that is my mistake. Will fix
Sorry, something went wrong.
addressing #165 in setup.py
2ab53c9
Successfully merging a pull request may close this issue.
When installing locally, it looks like the setup.py is incorrectly listing dependencies resulting in the following pip list
scikit-learn 0.24.20 <-- Already installed before installing zEpid
sklearn 0.0 <-- added after installing zEpid, but not really sklearn.
The first is the correct package, but the second is very out of date.
See the pypi reference for sklearn: https://pypi.org/project/sklearn/
The text was updated successfully, but these errors were encountered: