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

Specific versions in the requirements cause conflicts #306

Open
b97pla opened this issue Jul 8, 2015 · 1 comment
Open

Specific versions in the requirements cause conflicts #306

b97pla opened this issue Jul 8, 2015 · 1 comment

Comments

@b97pla
Copy link

b97pla commented Jul 8, 2015

  • The dependencies listed in requirements.txt all have very strict versions, i.e. package==version. This causes conflicts when other packages may have explicit or implicit requirements for other versions.
  • Is the specific versions really necessary or could they be given with e.g. package>=version or not at all, i.e. just package?
@mariogiov
Copy link

Nah it's just this way because I just used pip freeze --local > requirements.txt to create the requirements file. A lot of these can surely be made more flexible. That said, though, they should all work together as the set listed was what I had installed when running the software.

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

2 participants