OSeMOSYS / otoole

OSeMOSYS Tools for Energy
https://otoole.readthedocs.io
MIT License
23 stars 17 forks source link

Visualisation failing due to deprecated pydot dependency of networkx #121

Open willu47 opened 2 years ago

willu47 commented 2 years ago

networkx, which is used for visualisation of the reference energy system, recommends [deprecating pydot](https://github.com/networkx/networkx/issues/5723), in preference of using pygraphviz. However, pygraphviz still has installation issues on Windows, so we'll need to wait and see what happens.