Skip to content

Commit 58f299b

Browse files
committed
Update ekd to 0.18.5
1 parent 6c15038 commit 58f299b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
"aniso8601",
4848
"anytree",
4949
"deprecation",
50-
"earthkit-data>0.18.4",
50+
"earthkit-data>=0.12.4",
5151
"eccodes>=2.38.3",
5252
"numpy",
5353
"omegaconf>=2.2,<2.4",
@@ -61,7 +61,7 @@ dependencies = [
6161

6262
optional-dependencies.all = [
6363
"anemoi-datasets",
64-
"anemoi-inference[huggingface,plot,tests,zarr]",
64+
"anemoi-inference[huggingface,netcdf,plot,tests,zarr]",
6565
"anemoi-utils[all]>=0.4.32",
6666
]
6767
optional-dependencies.cosmo = [
@@ -82,6 +82,7 @@ optional-dependencies.docs = [
8282
]
8383

8484
optional-dependencies.huggingface = [ "huggingface-hub" ]
85+
optional-dependencies.netcdf = [ "earthkit-data>=0.18.5" ]
8586
optional-dependencies.plot = [ "earthkit-plots" ]
8687

8788
optional-dependencies.plugin = [ "ai-models>=0.7", "tqdm" ]

0 commit comments

Comments
 (0)