From aad73ebaa8d8215e50010da072937a1bb6fd4519 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:25:50 -0500 Subject: [PATCH] update fix docs, pin xarray temporarily --- CONTRIBUTING.rst | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 21d68624..e34879ca 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -106,7 +106,7 @@ Ready to contribute? Here's how to set up ``xscen`` for local development. #. When you're done making changes, we **strongly** suggest running the tests in your environment or with the help of ``tox``:: $ python -m pytest -+ # Or, to run multiple build tests + # Or, to run multiple build tests $ tox Alternatively, you can run the tests using `make`:: diff --git a/pyproject.toml b/pyproject.toml index 167661da..f0573a08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,8 @@ dependencies = [ "shapely>=2.0", "sparse", "toolz", - "xarray", + # FIXME: Unpin xarray before releasing! + "xarray<2023.11.0", "xclim>=0.46.0", "xesmf>=0.7", "zarr"