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

sklearn dependancy in setup.py should be scikit-learn #165

Closed
gsbowlin opened this issue Feb 7, 2022 · 1 comment · Fixed by #171
Closed

sklearn dependancy in setup.py should be scikit-learn #165

gsbowlin opened this issue Feb 7, 2022 · 1 comment · Fixed by #171

Comments

@gsbowlin
Copy link

gsbowlin commented Feb 7, 2022

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/

@pzivich
Copy link
Owner

pzivich commented Feb 7, 2022

thanks! that is my mistake. Will fix

pzivich added a commit that referenced this issue Oct 23, 2022
@pzivich pzivich mentioned this issue Oct 23, 2022
5 tasks
@pzivich pzivich linked a pull request Oct 23, 2022 that will close this issue
5 tasks
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

Successfully merging a pull request may close this issue.

2 participants