Skip to content

Commit

Permalink
Merge pull request #181 from klauer/bld_fix_lark_req
Browse files Browse the repository at this point in the history
BLD: use maintained lark conda-forge package
  • Loading branch information
klauer authored Nov 8, 2023
2 parents 52d508d + 0d88d81 commit b8fcaf0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- epicsmacrolib
- graphviz
- jinja2
- lark-parser
- lark
- python-graphviz <0.18

test:
Expand All @@ -36,7 +36,9 @@ test:
- flake8
- happi
- pytest
- pytest-asyncio
# NOTE: this pin must remain until pytest-asyncio v0.22 gets pulled from
# conda-forge.
- pytest-asyncio <0.22
- pytest-cov
- python-ldap
- pytmc
Expand Down

0 comments on commit b8fcaf0

Please sign in to comment.