Skip to content

Commit

Permalink
unpin xarray
Browse files Browse the repository at this point in the history
forked until brain-score#37 is resolved
  • Loading branch information
eringrant authored Jan 31, 2024
1 parent 03aef71 commit 25e4d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

Expand Down

0 comments on commit 25e4d41

Please sign in to comment.