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

Downgrades to old versions of required packages upon installation #174

Closed
cartisan opened this issue Dec 30, 2015 · 4 comments
Closed

Downgrades to old versions of required packages upon installation #174

cartisan opened this issue Dec 30, 2015 · 4 comments

Comments

@cartisan
Copy link

The versions of the packages in requirements.txt are fixed with == .
This leads to the replacement of current versions of this packages with old ones upon installation of newspaper with pip install newspaper.

I would plead for using >= syntax for all required packages unless there is an important reason to use a specific version on single requirements. An nice example requirements.txt can be found here: https:/scikit-image/scikit-image/blob/master/requirements.txt

@codelucas
Copy link
Owner

Good idea, doing this now. (Originally done with == to ensure no breakage on current setups, but that clearly isn't working with many recent issues being around version numbers).

@yprez
Copy link
Collaborator

yprez commented Jan 13, 2016

+1
I can add this quickly (current versions and up should work).

@codelucas
Copy link
Owner

Go for it @yprez

@yprez
Copy link
Collaborator

yprez commented Jan 21, 2016

@codelucas ping

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

3 participants