Skip to content

Commit f3744ad

Browse files
committed
Update component versions
1 parent eab43c5 commit f3744ad

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

environment.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6-
- earthkit-data>=0.12.0
6+
- earthkit-data>=0.12.1
77
- geos
88
- pip:
99
- earthkit-geo>=0.3.0
1010
- earthkit-meteo>=0.3.0
1111
- earthkit-plots>=0.2.8
12-
- earthkit-regrid>=0.3.5
13-
- earthkit-time>=0.1.6
12+
- earthkit-regrid>=0.4.0
13+
- earthkit-time>=0.1.7
1414
- earthkit-transforms>=0.3.4

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ classifiers = [
2727
]
2828
dynamic = [ "version" ]
2929
dependencies = [
30-
"earthkit-data[all]>=0.12",
30+
"earthkit-data[all]>=0.12.1",
3131
"earthkit-geo>=0.3",
3232
"earthkit-meteo>=0.3",
3333
"earthkit-plots>=0.2.8",
34-
"earthkit-regrid>=0.3.5",
35-
"earthkit-time>=0.1.6",
34+
"earthkit-regrid>=0.4",
35+
"earthkit-time>=0.1.7",
3636
"earthkit-transforms>=0.3.4",
3737
]
3838
optional-dependencies.test = [ "pytest" ]

tests/environment-unit-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ dependencies:
88
- pytest-cov
99
- geos
1010
- pip:
11-
- earthkit-data[all]>=0.12.0
11+
- earthkit-data[all]>=0.12.1
1212
- earthkit-geo>=0.3.0
1313
- earthkit-meteo>=0.3.0
1414
- earthkit-plots>=0.2.8
15-
- earthkit-regrid>=0.3.5
16-
- earthkit-time>=0.1.6
15+
- earthkit-regrid>=0.4.0
16+
- earthkit-time>=0.1.7
1717
- earthkit-transforms>=0.3.4

0 commit comments

Comments
 (0)