Skip to content

Commit

Permalink
Increase covjsonkit version to 0.1.1 (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz authored Jan 22, 2025
1 parent 1fb94c2 commit 4df69c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/environment-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4df69c6

Please sign in to comment.