Skip to content

Commit 539e45a

Browse files
Try graphviz-dev instead of libgraphviz-dev
1 parent 39aae1b commit 539e45a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

binder/apt.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
# This is needed for drawing trees
1616
graphviz
17-
libgraphviz-dev
17+
# libgraphviz-dev
18+
graphviz-dev
1819

1920
# FuzzManager needs this
2021
clang

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies = [
5858
# 'pyan@git+https://github.com/uds-se/pyan#egg=pyan',
5959
'pydriller>=2.0',
6060
'pyparsing==2.4.7', # newer versions conflict with bibtexparser
61-
'pygraphviz>=1.9',
61+
'pygraphviz>=1.9', # in case of trouble, see https://pygraphviz.github.io/documentation/stable/install.html
6262
'Pygments>=2.7.1',
6363
'python-magic>=0.4.18',
6464
'requests>=2.26.0',

0 commit comments

Comments
 (0)