destination-earth / DestinE_ESA_GFTS

Global Fish Tracking Service - DestinE DESP Use Case
https://destination-earth.github.io/DestinE_ESA_GFTS/
Apache License 2.0
6 stars 5 forks source link

update eccodes #17

Closed annefou closed 3 months ago

annefou commented 3 months ago

I am not sure which syntax to use for upgrading to a specific version of a package. We need 2.35 for encodes.

minrk commented 3 months ago

== will be a pin, but we could also use >=.

If you install pre-commit with:

pre-commit install

it will automatically fix lint on each commit.