We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1f2b3 commit c92c988Copy full SHA for c92c988
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "cubed-xarray"
3
-version = "0.0.4"
+version = "0.0.5"
4
authors = [
5
{name = "Tom Nicholas", email = "tomnicholas1@googlemail.com"}
6
]
@@ -22,7 +22,7 @@ classifiers = [
22
requires-python = ">=3.9"
23
dependencies = [
24
"numpy >= 1.17",
25
- "xarray >= 2023.05.0",
+ "xarray >= 2024.02.0",
26
"cubed >= 0.6.3",
27
28
0 commit comments