NREL / ditto

DiTTo is a Distribution Transformation Tool that aims at providing an open source framework to convert various distribution systems modeling formats.
https://nrel.github.io/ditto/
BSD 3-Clause "New" or "Revised" License
67 stars 35 forks source link

windmil reader not compatible with networkx version in setup.py #416

Open nlaws-camus opened 1 year ago

nlaws-camus commented 1 year ago

setup.py specifies major version 2 of networkx, but the code in the windmil reader is only compatible with v1 of networkx (and possibly other parts of ditto)

for reference https://networkx.org/documentation/latest/release/migration_guide_from_1.x_to_2.0.html