Skip to content

Commit

Permalink
Remove minimum version for xarray
Browse files Browse the repository at this point in the history
I am a bit unsure why such a new xarray version is needed. I think an
older one should be fine too.
  • Loading branch information
lumbric committed May 22, 2024
1 parent 4e1e67d commit 3d1b296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers=[
'Programming Language :: Python :: 3',
]
dependencies = [
"xarray > 2024.2.0",
"xarray",
"pandas >= 1.5", # no idea which version is really necessary
"linopy == 0.3.8", # might work also with newer versions, but they break APIs often
"pint", # used for units
Expand Down

0 comments on commit 3d1b296

Please sign in to comment.