Skip to content

Commit

Permalink
Limit xarray for #40
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Oct 5, 2022
1 parent 74fef3e commit 9302866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
xarray
xarray<2022.9.0
pyvista
pooch
dask
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
python_requires=">=3.7",
install_requires=[
"xarray",
"xarray<2022.9.0",
"pyvista", # TODO: set minimum version for shared array patch in https://github.com/pyvista/pyvista/pull/2697
"scooby",
],
Expand Down

0 comments on commit 9302866

Please sign in to comment.