Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc79997

Browse files
committed
Removed graphviz dep.
1 parent 40fdd75 commit bc79997

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ NAME=custom-and-config
44
NOTEBOOK=notebooks/mmpl-$(NAME).ipynb
55

66
-include include/common.mk
7-
-include include/graphviz.mk
87

98
# The following target is intended for use by project-creators only. When
109
# creating a new notebook project, add a copy of this Makefile and run this
@@ -16,7 +15,7 @@ setup-submodule:
1615

1716
# The 'setup' target needs to be run before the 'project-deps' target,
1817
# so that the includes are present (done by 'make project-setup').
19-
deps: pygraphviz project-deps
18+
deps: project-deps
2019

2120
setup:
2221
@git submodule init

0 commit comments

Comments
 (0)