-
-
Notifications
You must be signed in to change notification settings - Fork 18.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
CI: xarray upgrade to 0.19 broke CI Checks pipeline #42716
Comments
Following errors happen:
Some mypy issue Doctest issue:
|
changing milestone to 1.3.5 |
both of these persist with xarray 0.20.1 |
xarray is a py.typed library and this was also the case for xarray 0.18.2 (since v0.12.4 pydata/xarray#3112) Not sure what the mypy error is all about but adding an empty |
removing from 1.3.x milestone as I don't think there is anything that needs to done for 1.3.x and this is just a ci issue? So having xarray pinned on 1.3.x is nbd. |
There are several ci/deps/ files where xarray version is not pinned. Does that indicate this issue is resolved? |
I think it only caused the typing checks to fail, nothing else |
OK. Do we have a way of checking when this is resolved? |
closing as it looks like CI is fine now |
xarray is still pinned in environment.yaml, xarray<0.19. local environment resolving to 0.18.2 mypy is now passing locally with both xarray 0.19.0 and xarray 0.20.1, so I guess that the issue has been resolved by some changes in pandas itself. I think we should not close this issue until xarray is unpinned. |
take |
This is my first contribution to pandas and open-source in general, but I am pretty sure that my PR 47016 is ready for review/merge. |
xref #47016 (review), doctest issue mentioned in #42716 (comment) still persists. |
Closed by #47016 |
Xarray was recently upgrade from 0.18.2 to 0.19 in our ci. This broke the checks pipeline
Passing:
https://github.com/pandas-dev/pandas/runs/3155104841
Failing:
https://github.com/pandas-dev/pandas/pull/42713/checks?check_run_id=3155841275
The text was updated successfully, but these errors were encountered: