Skip to content

Commit

Permalink
➕ Add graphviz dep (bioconda#52143)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
Wytamma and mencian authored Nov 18, 2024
1 parent edf7580 commit 5c6d47a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/snk-cli/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
- {{ pin_subpackage('snk-cli', max_pin="x.x") }}
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
number: 1

requirements:
host:
Expand All @@ -31,6 +31,7 @@ requirements:
- ascii-art >=5.9,<6.dev0
- makefun >=1.15,<2.dev0
- datrie >=0.8.2
- graphviz >=2.38.0

test:
imports:
Expand Down

0 comments on commit 5c6d47a

Please sign in to comment.