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

Conflicting version of plac between setup.py and requirements.txt #771

Closed
raphael0202 opened this issue Jan 24, 2017 · 2 comments
Closed
Labels
bug Bugs and behaviour differing from documentation

Comments

@raphael0202
Copy link
Contributor

Bug

In requirements.txt, we ask for plac<0.9.3 and in setup.py for plac. As plac 0.9.6 is released, if we start by a pip3 install -r requirements.txt then python3 setup.py install, we get a conflicting version error.

As a side note, in requirements.txt we don't have a version requirement for ujson, but we do in setup.py (ujson>=1.35). It would be great to change this too.

Your Environment

  • spaCy Version Used: HEAD
@honnibal honnibal added the bug Bugs and behaviour differing from documentation label Jan 25, 2017
@honnibal
Copy link
Member

Thanks!

@lock
Copy link

lock bot commented May 9, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators May 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Bugs and behaviour differing from documentation
Projects
None yet
Development

No branches or pull requests

3 participants