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

Remove pyparsing version check from setup.py #100

Closed
wants to merge 2 commits into from

Conversation

wikiped
Copy link

@wikiped wikiped commented Feb 6, 2016

According to pyparsing changelog from July 19, 2013:

With release 2.0.1, I've removed the code that was specific to Python 3.x, so that it can be installed on any Python version 2.6 or later.

This makes pyparsing version check redundant as pulp has requirement for python version to be >= 2.6.

wikiped added 2 commits February 6, 2016 09:31
According to [pyparsing changelog](http://pyparsing.wikispaces.com/News) from July 19, 2013:

 > With release 2.0.1, I've removed the code that was specific to Python 3.x, so that it can be installed on any Python version 2.6 or later.

This makes pyparsing version check redundant as pulp has requirement for python version to be >= 2.6.
Remove pyparsing version check from setup.py
@stumitchell
Copy link
Contributor

Looks like you have totally removed the pyparsing requirement. surely we just want to remove the version.

dims added a commit to dims/pulp that referenced this pull request May 31, 2016
Variation of:
coin-or#100

new versions of pyparsing (>=2.0.1) work with python 2.x and 3.x
http://pyparsing.wikispaces.com/News
@stumitchell stumitchell closed this Feb 6, 2017
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 this pull request may close these issues.

None yet

2 participants