Skip to content

Commit

Permalink
Depend on latest version of xarray (#109)
Browse files Browse the repository at this point in the history
* depend on xarray>=v2024.5.0

* remove note about needing special branch of xarray
  • Loading branch information
TomNicholas committed May 13, 2024
1 parent 21c4884 commit c7542dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ cd VirtualiZarr
pip install -e .
```

You will also need a specific branch of xarray in order for concatenation without indexes to work. (See [this comment](https://github.com/TomNicholas/VirtualiZarr/issues/14#issuecomment-2018369470).)


## Install Test Dependencies

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
requires-python = ">=3.9"
dynamic = ["version"]
dependencies = [
"xarray@git+https://github.com/pydata/xarray.git@main#egg=xarray",
"xarray>=2024.5.0",
"kerchunk>=0.2.5",
"h5netcdf",
"pydantic",
Expand Down

0 comments on commit c7542dc

Please sign in to comment.