From c1685affdc0401c9b0c637961c29aa132459fb2c Mon Sep 17 00:00:00 2001 From: Erin Grant <6835724+eringrant@users.noreply.github.com> Date: Tue, 30 Jan 2024 19:25:19 -0800 Subject: [PATCH] unpin `xarray` forked until https://github.com/brain-score/brainio/issues/37 is resolved --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6357332..e83ab5f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "entrypoints", "numpy", "pandas", - "xarray<2022.6", # groupby bug was introduced in index refactor: https://github.com/pydata/xarray/issues/6836 + "xarray", # groupby bug was introduced in index refactor: https://github.com/pydata/xarray/issues/6836 "netcdf4!=1.6.0,<1.6.5", # https://github.com/Unidata/netcdf4-python/issues/1175, py3.7 only supported until 1.6.4 ]