We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39aae1b commit 539e45aCopy full SHA for 539e45a
binder/apt.txt
@@ -14,7 +14,8 @@
14
15
# This is needed for drawing trees
16
graphviz
17
-libgraphviz-dev
+# libgraphviz-dev
18
+graphviz-dev
19
20
# FuzzManager needs this
21
clang
pyproject.toml
@@ -58,7 +58,7 @@ dependencies = [
58
# 'pyan@git+https://github.com/uds-se/pyan#egg=pyan',
59
'pydriller>=2.0',
60
'pyparsing==2.4.7', # newer versions conflict with bibtexparser
61
- 'pygraphviz>=1.9',
+ 'pygraphviz>=1.9', # in case of trouble, see https://pygraphviz.github.io/documentation/stable/install.html
62
'Pygments>=2.7.1',
63
'python-magic>=0.4.18',
64
'requests>=2.26.0',
0 commit comments