-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix matplotlib errors for single level discrete colormaps #4256
Conversation
hmm... it seems that's because the repository is down, so now we're falling back to the PyPI version. @tacaswell, can you confirm? |
It does look like the rackspace server we were pushing to seems to be down. This is more of a @matthew-brett question. |
Thanks @tacaswell :) Er - sorry - I'm lost - is the problem that xarray can't see the Matplotlib --pre binaries? |
yes, we can't seem to use
also, when pointing my browser to that url, I get a |
Yup - sorry - those URLs went down a while ago, as Tom said. Tom - are you uploading --pre binaries to Anaconda or similar? |
if not, it might be worth copying |
Can you point me at the configs that upload to the correct place? |
I don't know how those projects upload to that repository. @TomAugspurger, can you help with that? Edit: https://github.com/MacPython/pandas-wheels/blob/master/azure/posix.yml, maybe? |
Yep. I believe that @ogrisel can add you to the organization on anaconda.org so that you can create a key to upload to packages. |
Is this & #4226 fixed now? |
no, unfortunately not: right now, we're not installing |
Ah, thanks @keewis ! |
@keewis, is it safe to close this PR? As I understand it, this has been addressed in other PRs. |
Not sure. Removing the They made some progress with uploading to Once that works and the wheels are available on |
Ah, I hadn't noticed that the |
71d0c88
to
48378c4
Compare
it seems these will never be passed at that level
if CI agrees this should finally be ready for merging. We still don't run our tests against nightly versions of |
* upstream/master: (46 commits) pin netCDF4=1.5.3 in min-all-deps (pydata#4982) fix matplotlib errors for single level discrete colormaps (pydata#4256) Adapt exception handling in CFTimeIndex.__sub__ and __rsub__ (pydata#5006) Update options.py (pydata#5000) Adjust tests to use updated pandas syntax for offsets (pydata#4537) add a combine_attrs parameter to Dataset.merge (pydata#4895) Support for dask.graph_manipulation (pydata#4965) raise on passing axis to Dataset.reduce methods (pydata#4940) Whatsnew for 0.17.1 (pydata#4963) Refinements to how-to-release (pydata#4964) DOC: add example for reindex (pydata#4956) DOC: rm np import (pydata#4949) Add 0.17.0 release notes (pydata#4953) document update as inplace (pydata#4932) bump the dependencies (pydata#4942) Upstream CI: limit runtime (pydata#4946) typing for numpy 1.20 (pydata#4878) Use definition of DTypeLike from Numpy if found (pydata#4941) autoupdate mypy (pydata#4943) Add DataArrayCoarsen.reduce and DatasetCoarsen.reduce methods (pydata#4939) ...
…indow * upstream/master: add polyval to polyfit see also (pydata#5020) mention map_blocks in the docstring of apply_ufunc (pydata#5011) Switch backend API to v2 (pydata#4989) WIP: add new backend api documentation (pydata#4810) pin netCDF4=1.5.3 in min-all-deps (pydata#4982) fix matplotlib errors for single level discrete colormaps (pydata#4256) Adapt exception handling in CFTimeIndex.__sub__ and __rsub__ (pydata#5006) Update options.py (pydata#5000) Adjust tests to use updated pandas syntax for offsets (pydata#4537) add a combine_attrs parameter to Dataset.merge (pydata#4895) Support for dask.graph_manipulation (pydata#4965) raise on passing axis to Dataset.reduce methods (pydata#4940)
I'm not quite sure what happened, but our upstream-dev CI doesn't fail anymore. Looking at the build log, the install of the dev version ofmatplotlib
seems to fail, so this tries to additionally remove thematplotlib-base
package to see if the error comes up again if we make sure we get the dev version ofmatplotlib
.matplotlib
released a preview version to PyPI so we can run our tests again. This follows the suggestion from #4226 (comment): convert single levels to degenerate levels.pre-commit run --all-files