-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
API/TST: minimum versions #16536
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
API/TST: minimum versions #16536
Conversation
This prevents an inconsistent test environment because packaging 20.1 requires pyparsing >=2.0.2 Picked 2.0.3 as the change log noted that 2.0.3 fixes a major regression from 2.0.2.
When we set this up py36 was the newest (not the oldest) python we supported.
Should have been removed in 695e729
@@ -1,15 +1,10 @@ | |||
# pip requirements for all the travis builds | |||
|
|||
coverage | |||
cycler | |||
numpy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don't we need these anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are matplotlib dependencies and will be installed anyway, the same change was proposed by @anntzer #16117 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct, we should only specify these if we want to actively pin the back to an old version.
Closes #16116
This: