Skip to content

Commit fb6113c

Browse files
committed
add importlib-metadata to the min deps environments
1 parent 9f44f93 commit fb6113c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/requirements/py37-bare-minimum.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ dependencies:
1313
- numpy=1.18
1414
- pandas=1.1
1515
- typing_extensions=3.7
16+
- importlib-metadata=2.0

ci/requirements/py37-min-all-deps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies:
2424
- hdf5=1.10
2525
- hypothesis
2626
- iris=2.4
27+
- importlib-metadata=2.0
2728
- lxml=4.6 # Optional dep of pydap
2829
- matplotlib-base=3.3
2930
- nc-time-axis=1.2

0 commit comments

Comments
 (0)