Skip to content

Commit

Permalink
Merge pull request #21 from krassowski/krassowski-fix-pin
Browse files Browse the repository at this point in the history
Pin pyparsing
  • Loading branch information
jakirkham committed Oct 29, 2021
2 parents 50239b4 + 0c21550 commit 32e2a91
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 096d689d78ca690e4cd8a89568ba06d07ca097e3306a4381635073ca91479966

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv

Expand All @@ -21,11 +21,15 @@ requirements:

run:
- python >=3.6
- pyparsing >=2.0.2
- pyparsing <3,>=2.0.2

test:
requires:
- pip
imports:
- packaging
commands:
- pip check

about:
home: https://github.com/pypa/packaging
Expand Down

0 comments on commit 32e2a91

Please sign in to comment.