Skip to content

Commit

Permalink
DEP: Avoid ESMPy 8.4.*
Browse files Browse the repository at this point in the history
ESMPy 8.4.* imports only with old versions of importlib_metadata.
With current versions of importlib_metadata, ESMPy fails to import.

Closes conda-forge#43
  • Loading branch information
DWesl authored Oct 31, 2024
1 parent cb192aa commit 347efbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requirements:
run:
- python >=3.8
- cf_xarray >=0.5.1
- esmpy >=8.0.0
- esmpy >=8.0.0,!=8.4.0,!=8.4.1,!=8.4.2
- numba >=0.55.2
- numpy >=1.16
- shapely
Expand Down

0 comments on commit 347efbf

Please sign in to comment.