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
69 stars 36 forks source link

Feature/convert to poetry #424

Closed SamRWest closed 1 year ago

SamRWest commented 1 year ago

Converted from setup.py to pyproject.toml based poetry build for a reproducible environment. Dropped python3.7 support as the dependency tree can't be solved (e.g. networkx requires >=3.8)

SamRWest commented 1 year ago

Sorry, please ignore this PR. Meant to merge to my fork, not the main repo.