Update pygraphviz to latest version from 1.3. Note there was no 1.4, only a release candidate.
Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Commits
- R3657:52dace0ba7bc: Update pygraphviz to 1.5
Run simple script
import pygraphviz as pgv
G=pgv.AGraph()
G.add_edge('a','b')Diff Detail
Diff Detail
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Apologies DataDrake, as I'd built the original package and uploaded it here I just used the version on my machine for the update, I didn't realise from the documentation that I had to clone the Solus version rather than the source. Hopefully this is okay now (I'm still fairly new to this!).