From dcf7bc7453956ab0d330a78e1216806232a7d2f0 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Tue, 14 Feb 2023 10:00:18 -0700 Subject: [PATCH] Update .pre-commit-config.yaml (#28) * Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 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 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 ```