Skip to content

Commit

Permalink
Update .pre-commit-config.yaml (#28)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
dcherian and pre-commit-ci[bot] authored Feb 14, 2023
1 parent d6abd40 commit dcf7bc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repos:
- id: flake8

- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit dcf7bc7

Please sign in to comment.