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

numpy and scikit-learn versions are very restrictive #65

Closed
dwalton76 opened this issue Oct 23, 2020 · 1 comment · Fixed by #66
Closed

numpy and scikit-learn versions are very restrictive #65

dwalton76 opened this issue Oct 23, 2020 · 1 comment · Fixed by #66

Comments

@dwalton76
Copy link

They both use == which is very limiting when you are trying to install seqeval with other packages

'numpy==1.19.2', 'scikit-learn==0.23.2'

If these could be relaxed to >= of whatever the true minimum version needed that would help a great deal.

Hironsan added a commit that referenced this issue Oct 23, 2020
Update setup.py to relax version pinning, fix #65
@Hironsan
Copy link
Member

Relaxed in #66

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