Skip to content

Commit 08774f7

Browse files
committed
point to simpler temporary branch on xarray fork
1 parent 8dfb687 commit 08774f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Indexes:
206206
```
207207

208208
```{note}
209-
Passing `indexes={}` will only work if you use a [specific branch of xarray](https://github.com/TomNicholas/xarray/tree/concat-no-indexes), as it requires multiple in-progress PR's, see [GH issue #14](https://github.com/TomNicholas/VirtualiZarr/issues/14#issuecomment-2018369470).
209+
Passing `indexes={}` will only work if you use a [specific branch of xarray](https://github.com/pydata/xarray/pull/8872), as it requires an in-progress PR, see [GH issue #14](https://github.com/TomNicholas/VirtualiZarr/issues/14#issuecomment-2018369470).
210210
```
211211

212212
As we know the correct order a priori, we can just combine along one dimension using `xarray.concat`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
requires-python = ">=3.9"
2222
dynamic = ["version"]
2323
dependencies = [
24-
"xarray@git+https://github.com/TomNicholas/xarray.git@concat-no-indexes#egg=xarray",
24+
"xarray@git+https://github.com/TomNicholas/xarray.git@concat-avoid-index-auto-creation#egg=xarray",
2525
"kerchunk==0.2.2",
2626
"h5netcdf",
2727
"pydantic",

0 commit comments

Comments
 (0)