diff --git a/pyproject.toml b/pyproject.toml index 04ea494..65bce00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Topic :: Scientific/Engineering" ] -dependencies = ["cdsapi", "cfgrib", "polytope-client", "xarray"] +dependencies = ["cdsapi", "cfgrib", "ecmwf-opendata", "polytope-client", "xarray"] description = "Xarray backend to access data via the cdsapi package" dynamic = ["version"] license = {file = "LICENSE"}