Skip to content

Commit

Permalink
Set earthkit-data min version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed Jun 25, 2024
1 parent 27996fb commit c647fb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies = [

optional-dependencies.all = [
"boto3",
"earthkit-data[mars]>=0.8.1",
"earthkit-data[mars]>=0.9",
"earthkit-geo>=0.2",
"earthkit-meteo",
"ecmwflibs>=0.6.3",
Expand All @@ -72,7 +72,7 @@ optional-dependencies.all = [
]

optional-dependencies.create = [
"earthkit-data[mars]>=0.8.1",
"earthkit-data[mars]>=0.9",
"earthkit-geo>=0.2",
"earthkit-meteo",
"ecmwflibs>=0.6.3",
Expand All @@ -82,7 +82,7 @@ optional-dependencies.create = [

optional-dependencies.dev = [
"boto3",
"earthkit-data[mars]>=0.8.1",
"earthkit-data[mars]>=0.9",
"earthkit-geo>=0.2",
"earthkit-meteo",
"ecmwflibs>=0.6.3",
Expand Down

0 comments on commit c647fb0

Please sign in to comment.