Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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

Expand Down