Skip to content

Commit eabdcdb

Browse files
committed
Install xarray from main now that [#8872](pydata/xarray#8872) has merged
1 parent 79d6969 commit eabdcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-avoid-index-auto-creation#egg=xarray",
24+
"xarray@git+https://github.com/pydata/xarray.git@main#egg=xarray",
2525
"kerchunk==0.2.2",
2626
"h5netcdf",
2727
"pydantic",

0 commit comments

Comments
 (0)