Skip to content

Commit

Permalink
point to simpler temporary branch on xarray fork
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Apr 29, 2024
1 parent 8dfb687 commit 08774f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Indexes:
```

```{note}
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).
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).
```

As we know the correct order a priori, we can just combine along one dimension using `xarray.concat`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
requires-python = ">=3.9"
dynamic = ["version"]
dependencies = [
"xarray@git+https://github.com/TomNicholas/xarray.git@concat-no-indexes#egg=xarray",
"xarray@git+https://github.com/TomNicholas/xarray.git@concat-avoid-index-auto-creation#egg=xarray",
"kerchunk==0.2.2",
"h5netcdf",
"pydantic",
Expand Down

0 comments on commit 08774f7

Please sign in to comment.