From 4df69c60e3854bffaff91db45515ca151f871cf4 Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Wed, 22 Jan 2025 10:07:54 +0000 Subject: [PATCH] Increase covjsonkit version to 0.1.1 (#590) --- environment.yml | 2 +- pyproject.toml | 6 +++--- tests/environment-unit-tests.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/environment.yml b/environment.yml index 00242f79..611125e4 100644 --- a/environment.yml +++ b/environment.yml @@ -27,7 +27,7 @@ dependencies: - ecmwf-opendata>=0.1.2 - polytope-client>=0.7.4 - earthkit-meteo>=0.0.1 - - covjsonkit>=0.0.28 + - covjsonkit>=0.1.1 - earthkit-geo>=0.2.0 - tqdm>=4.63.0 - lru-dict diff --git a/pyproject.toml b/pyproject.toml index 51ccc2b4..9d4beb6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ optional-dependencies.all = [ "cartopy", "cdsapi>=0.7.2", - "covjsonkit>=0.0.28", + "covjsonkit>=0.1.1", "earthkit-geo>=0.2", "ecmwf-api-client>=1.6.1", "ecmwf-opendata>=0.3.3", @@ -60,11 +60,11 @@ optional-dependencies.all = [ ] optional-dependencies.cds = [ "cdsapi>=0.7.2" ] optional-dependencies.ci = [ "numpy" ] -optional-dependencies.covjsonkit = [ "covjsonkit>=0.0.28" ] +optional-dependencies.covjsonkit = [ "covjsonkit>=0.1.1" ] optional-dependencies.dev = [ "cartopy", "cdsapi>=0.7.2", - "covjsonkit>=0.0.28", + "covjsonkit>=0.1.1", "earthkit-data-demo-source", "earthkit-geo>=0.2", "ecmwf-api-client>=1.6.1", diff --git a/tests/environment-unit-tests.yml b/tests/environment-unit-tests.yml index c075a740..d8d7dd59 100644 --- a/tests/environment-unit-tests.yml +++ b/tests/environment-unit-tests.yml @@ -30,7 +30,7 @@ dependencies: - polytope-client>=0.7.4 - earthkit-meteo>=0.0.1 - git+https://github.com/ecmwf/earthkit-data-demo-source - - covjsonkit>=0.0.28 + - covjsonkit>=0.1.1 - earthkit-geo>=0.2.0 - tqdm>=4.63.0 - lru-dict