Skip to content

Commit

Permalink
feat: update-version-dependencies (#184)
Browse files Browse the repository at this point in the history
* feat: update-version-dependencies

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
floriankrb and pre-commit-ci[bot] authored Jan 22, 2025
1 parent a492826 commit 4befbb1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ dynamic = [
"version",
]
dependencies = [
"anemoi-transform>=0.1",
"anemoi-utils[provenance]>=0.4.9",
"anemoi-transform>=0.1.1",
"anemoi-utils[provenance]>=0.4.11",
"cfunits",
"numpy",
"pyyaml",
Expand All @@ -64,12 +64,12 @@ optional-dependencies.all = [
]

optional-dependencies.create = [
"earthkit-data[mars]>=0.10.7",
"earthkit-geo>=0.2",
"earthkit-meteo",
"eccodes>=2.38.1",
"earthkit-data[mars]>=0.12",
"earthkit-geo>=0.3",
"earthkit-meteo>=0.3",
"eccodes>=2.39.1",
"entrypoints",
"pyproj",
"pyproj>=3",
]

optional-dependencies.dev = [
Expand Down

0 comments on commit 4befbb1

Please sign in to comment.