Skip to content

Commit c92c988

Browse files
committed
update required xarray version in pyproject.toml
1 parent 3f1f2b3 commit c92c988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cubed-xarray"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
authors = [
55
{name = "Tom Nicholas", email = "tomnicholas1@googlemail.com"}
66
]
@@ -22,7 +22,7 @@ classifiers = [
2222
requires-python = ">=3.9"
2323
dependencies = [
2424
"numpy >= 1.17",
25-
"xarray >= 2023.05.0",
25+
"xarray >= 2024.02.0",
2626
"cubed >= 0.6.3",
2727
]
2828

0 commit comments

Comments
 (0)