We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faeb43f commit c401b34Copy full SHA for c401b34
README.md
@@ -6,7 +6,7 @@ Interface for using [cubed](https://github.com/cubed-dev/cubed) with [xarray](ht
6
7
## Requirements
8
9
-- Cubed version >=0.17.0
+- Cubed version >=0.23.0
10
- Xarray version >=2024.09.0
11
12
## Installation
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "cubed-xarray"
3
-version = "0.0.7"
+version = "0.0.8"
4
authors = [
5
{name = "Tom Nicholas", email = "tomnicholas1@googlemail.com"}
]
@@ -23,7 +23,7 @@ requires-python = ">=3.10"
23
dependencies = [
24
"numpy >= 1.22",
25
"xarray >= 2024.09.0",
26
- "cubed >= 0.17.0",
+ "cubed >= 0.23.0",
27
28
29
0 commit comments