diff --git a/docs/installation.md b/docs/installation.md index 1ee513fe..16fd417b 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 24294f48..57aa46f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",