Skip to content

Commit e9622c4

Browse files
committed
update dependency on climetlab
1 parent b5cdff4 commit e9622c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies = [
5252
remote = ["boto3", "requests", "s3fs"]
5353

5454
create = [
55-
"climetlab", # "earthkit-data"
55+
"climetlab>=0.22.1", # "earthkit-data"
5656
"earthkit-meteo",
5757
"pyproj",
5858
"ecmwflibs>=0.6.3",
@@ -64,7 +64,7 @@ all = [
6464
"boto3",
6565
"requests",
6666
"s3fs",
67-
"climetlab", # "earthkit-data"
67+
"climetlab>=0.22.1", # "earthkit-data"
6868
"earthkit-meteo",
6969
"pyproj",
7070
"ecmwflibs>=0.6.3",
@@ -74,7 +74,7 @@ dev = [
7474
"boto3",
7575
"requests",
7676
"s3fs",
77-
"climetlab", # "earthkit-data"
77+
"climetlab>=0.22.1", # "earthkit-data"
7878
"earthkit-meteo",
7979
"pyproj",
8080
"ecmwflibs>=0.6.3",

0 commit comments

Comments
 (0)