Skip to content

Commit

Permalink
Added iris-grib depedency (#2453)
Browse files Browse the repository at this point in the history
  • Loading branch information
schlunma authored Jun 10, 2024
1 parent ee16a95 commit 4102388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- importlib_metadata # required for Python < 3.10
- iris >=3.9.0
- iris-esmf-regrid >=0.10.0 # github.com/SciTools-incubator/iris-esmf-regrid/pull/342
- iris-grib
- isodate
- jinja2
- libnetcdf !=4.9.1 # to avoid hdf5 warnings
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
'geopy',
'humanfriendly',
"importlib_metadata;python_version<'3.10'",
'iris-grib',
'isodate',
'jinja2',
'nc-time-axis', # needed by iris.plot
Expand Down

0 comments on commit 4102388

Please sign in to comment.