Skip to content

Commit

Permalink
add dependency on earthkit-meteo
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Feb 26, 2024
1 parent 057ee4c commit 6a30ae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def read(fname):
"cfgrib>=0.9.10.1",
"cdsapi",
"ecmwf-api-client>=1.6.1",
"earthkit-meteo",
"multiurl>=0.1.0",
"ecmwf-opendata>=0.1.2",
"tqdm",
Expand Down
4 changes: 2 additions & 2 deletions tests/sources/test_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_constant_1():
"cos_julian_day",
"cos_local_time",
"sin_julian_day",
"sin_local_time",
"cos_solar_zenith_angle",
]

ds = load_source(
Expand Down Expand Up @@ -71,7 +71,7 @@ def test_constant_2():
"cos_julian_day",
"cos_local_time",
"sin_julian_day",
"sin_local_time",
"cos_solar_zenith_angle",
]

ntimes = 4
Expand Down

0 comments on commit 6a30ae9

Please sign in to comment.