Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin xarray and pandas to avoid frequency issues (#1541)
<!--Please ensure the PR fulfills the following requirements! --> <!-- If this is your first PR, make sure to add your details to the AUTHORS.rst! --> ### Pull Request Checklist: - [x] This PR addresses an already opened issue (for bug fixes / features) - This PR is a temporary fix. #1534 will be fixed by inverting the pins in the next release (0.48). - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] (If applicable) Documentation has been added / updated (for bug fixes / features) - [x] CHANGES.rst has been updated (with summary of main changes) - [ ] Link to issue (:issue:`number`) and pull request (:pull:`number`) has been added ### What kind of change does this PR introduce? * Pins xarray under 2023.11 and pandas under 2.2 (which is not yet released). ### Does this PR introduce a breaking change? No. I expect the "upstream" builds to fail, errors related to frequencies are ok and will be fixed in the near future. ### Other information: The plan of inverting the pins in 0.48 implies that 0.47 will be the last version supporting python 3.8.
- Loading branch information