Skip to content

Commit bd743da

Browse files
Merge pull request #121 from ecmwf/develop
Release 0.11.1
2 parents 1a4fb3d + 725839b commit bd743da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6-
- earthkit-data>=0.14.0
6+
- earthkit-data>=0.14.3
77
- geos
88
- pip:
99
- earthkit-geo>=0.3.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
dynamic = [ "version" ]
2929
dependencies = [
30-
"earthkit-data[all]>=0.14",
30+
"earthkit-data[all]>=0.14.3",
3131
"earthkit-geo>=0.3",
3232
"earthkit-hydro>=0.1.3",
3333
"earthkit-meteo>=0.3",

tests/environment-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- pytest-cov
99
- geos
1010
- pip:
11-
- earthkit-data[all]>=0.14.0
11+
- earthkit-data[all]>=0.14.3
1212
- earthkit-geo>=0.3.0
1313
- earthkit-meteo>=0.3.0
1414
- earthkit-plots>=0.3.1

0 commit comments

Comments
 (0)