Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-schmid committed Jul 8, 2024
1 parent 41f90d3 commit 871e407
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions climada_petals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
from shutil import copyfile
from pathlib import Path

# The line below is a workaround for an esmpy bug occurring in python >= 3.10
# which affects the climada_petals.hazard.rf_glofas module.
# For an unclear reason the import of esmpy has to be done at the very beginning of execution.
import esmpy

import climada
import climada_petals.util.config
from .util.constants import *
Expand Down
1 change: 1 addition & 0 deletions requirements/env_climada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
- nodefaults
dependencies:
- cdsapi>=0.6
- esmpy!=8.4.* # 8.4 is incompatible with latest importlib-metadata of python >= 3.10
- meson-python>=0.15,<0.16 # as of 2024-04-22 something seems to be wrong with 0.16
- osm-flex>=1.1
- overpy>=0.7
Expand Down

0 comments on commit 871e407

Please sign in to comment.