From c44fa9e1708f7c7b85d97a25109fd66b31a957fe Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Tue, 14 Feb 2023 09:44:49 -0700 Subject: [PATCH 1/2] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6abab0c..19432f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: - id: flake8 - repo: https://github.com/PyCQA/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort From ef8d97fd6cafd87140ea614414be622e560b1039 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 16:46:48 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d54e863..1d34be1 100644 --- a/README.md +++ b/README.md @@ -16,16 +16,19 @@ Interface for using cupy in xarray, providing convenience accessors. ## Installation From anaconda: + ```console conda install cupy-xarray -c conda-forge ``` From PyPI: + ```console pip install cupy-xarray ``` The latest version from Github: + ```console pip install git+https://github.com/xarray-contrib/cupy-xarray.git ```