Skip to content

Commit c7542dc

Browse files
authored
Depend on latest version of xarray (#109)
* depend on xarray>=v2024.5.0 * remove note about needing special branch of xarray
1 parent 21c4884 commit c7542dc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/installation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ cd VirtualiZarr
88
pip install -e .
99
```
1010

11-
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).)
12-
1311

1412
## Install Test Dependencies
1513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
requires-python = ">=3.9"
2323
dynamic = ["version"]
2424
dependencies = [
25-
"xarray@git+https://github.com/pydata/xarray.git@main#egg=xarray",
25+
"xarray>=2024.5.0",
2626
"kerchunk>=0.2.5",
2727
"h5netcdf",
2828
"pydantic",

0 commit comments

Comments
 (0)