Closed
Description
What happened?
Pandas 2 is out.
We have a pandas<2
pin for our latest release, but mamba
is now returning xarray=2023.1.0
and pandas=2.0
which is making cf-xarray and flox tests fail.
It looks like any project that tests resample
without pinning pandas will fail.
I opened the issue here for visibility. It seems we might need a repodata patch to disallow pandas<2
?
cc @ocefpaf
What did you expect to happen?
No response
Minimal Complete Verifiable Example
No response
MVCE confirmation
- Minimal example — the example is as focused as reasonably possible to demonstrate the underlying issue in xarray.
- Complete example — the example is self-contained, including all data and the text of any traceback.
- Verifiable example — the example copy & pastes into an IPython prompt or Binder notebook, returning the result.
- New issue — a search of GitHub Issues suggests this is not a duplicate.
Relevant log output
No response
Anything else we need to know?
No response