File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed
Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,4 @@ if mpe_model.is_solved():
4646
4747This produces a file with extension ` .pdf ` storing the PDF image of the graph.
4848
49- !!! warning "Graphviz dependency"
50- Drawing graphs as above requires the Python package ` graphviz ` . Install via:
51- ``` bash
52- pip install graphviz
53- ```
54-
55-
56-
5749::: flowpaths.utils.graphutils
Original file line number Diff line number Diff line change 11[project ]
22name = " flowpaths"
3- version = " 0.1.19 "
3+ version = " 0.1.20 "
44description = " A Python package to quickly decompose weighted graphs into weights paths, under various models."
55readme = " README.md"
66authors = [{name =" Graph Algorithms and Bioinformatics Group @ University of Helsinki, and external collaborators" }]
@@ -17,7 +17,8 @@ classifiers = [
1717]
1818dependencies = [
1919 " networkx" ,
20- " highspy"
20+ " highspy" ,
21+ " graphviz" ,
2122]
2223
2324[build-system ]
Original file line number Diff line number Diff line change 11networkx >= 3.4.2
22highspy >= 1.9.0
3+ graphviz >= 0.20.3
You can’t perform that action at this time.
0 commit comments