diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9845c33..8ff37b3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -21,7 +21,7 @@ source: folder: typeshed build: - number: 1 + number: 2 skip: true # [win] # no windows builds here: https://pypi.org/project/pytype/#files entry_points: @@ -44,7 +44,7 @@ requirements: - python run: - attrs >=21.4.0 - - importlab + - importlab >=0.8 - jinja2 >=3.1.2 - libcst >=0.4.9 - networkx <2.8.4 @@ -66,7 +66,8 @@ test: - pytype --help - pytype-single --help - pyxref --help - # - pip check # wait until importlab gets upgraded to v0.8 + # enable after https://github.com/conda-forge/staged-recipes/pull/19098 + # - pip check requires: - pip