-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
travis36minver.txt needs an update #16116
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
Comments
Currently:
This is not failing due to a backward compatibility policy in pip (pypa/pip#6969 (comment)). Nevertheless we should create a consistent build environment. |
It seems like we need to replace |
As long as the tests still pass, I'm fine with waiting for the pip improvements. Probably we're not using the parts of the libraries that have increased dependency requirements. |
I am very 👎 on bringing one of the environment managers into Matplotlib. There is still too much thrashing in that space. I am 👍 on bumping the min pyparsing to 2.0.3 (will open a PR, from reading the change log, 2.0.3 fixes a bunch of regressions from 2.0.2). We last touched this dependency in #8754 . I suspect that there is some critical bug fix in 2.0.2 (which is what made We don't use tox, so 🤷♀️ that it is un-happy. We probably should pin the 3.6 pandas version back to a version that supports dateutil. We bumped the python-dateutil dep last in #9317 . Our guidelines (https://matplotlib.org/devdocs/devel/min_dep_policy.html#python-dependencies) say to support at least 12 months, but only bump if we have to and I don't think we have any compelling reason to drag these versions forward. |
Travis Python 3.6 job log:
Those errors do not fail the installation (why?) and seems to had been unnoticed.
The text was updated successfully, but these errors were encountered: