Skip to content

Commit 245570d

Browse files
committed
There is a bug in in dask support in xarray version(s) prior to 0.21.0. 0.21.0 drops support for python 3.7. 0.20.2 has the bug. This commit tests if 0.20.1 does, too.
issue: [preserve chunked data when creating DataArray from itself #5983](pydata/xarray#5983) corresponding pull request: [preserve chunked data when creating DataArray from DataArray #5984](pydata/xarray#5984) released in 0.21.0: [https://docs.xarray.dev/en/stable/whats-new.html#id81]
1 parent 49c5375 commit 245570d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"entrypoints",
1515
"numpy",
1616
"pandas",
17-
"xarray!=2022.6.0,!=2022.9.0,!=2022.10.0", # 6-10 have a groupby bug: https://github.com/pydata/xarray/issues/6836
17+
"xarray!=0.20.2,!=2022.6.0,!=2022.9.0,!=2022.10.0", # 6-10 have a groupby bug: https://github.com/pydata/xarray/issues/6836
1818
"netcdf4!=1.6.0", # https://github.com/Unidata/netcdf4-python/issues/1175,
1919
"dask",
2020
]

0 commit comments

Comments
 (0)