We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd4fb1 commit 49ef0e2Copy full SHA for 49ef0e2
pyproject.toml
@@ -52,15 +52,14 @@ dependencies = [
52
"cfunits",
53
"glom",
54
"jsonschema",
55
- "numcodecs<0.16", # Until we move to zarr3
56
"numpy",
57
"pytest>=8.4.1",
58
"pytest-xdist>=3.7",
59
"pyyaml",
60
"ruamel-yaml",
61
"semantic-version",
62
"tqdm",
63
- "zarr", # will use zarr3 for python >=3.11
+ "zarr",
64
]
65
66
optional-dependencies.all = [
@@ -118,6 +117,11 @@ optional-dependencies.xarray = [
118
117
"s3fs",
119
120
+optional-dependencies.zarr2 = [
121
+ "numcodecs<0.16",
122
+ "zarr<3",
123
+]
124
+
125
urls.Changelog = "https://github.com/ecmwf/anemoi-datasets/CHANGELOG.md"
126
127
urls.Documentation = "https://anemoi-datasets.readthedocs.io/"
0 commit comments