brightway-lca / brightway2-calc

The calculation engine for the Brightway2 life cycle assessment framework.
BSD 3-Clause "New" or "Revised" License
12 stars 15 forks source link

MultiLCA depends on bw2data #60

Closed tngTUDOR closed 2 years ago

tngTUDOR commented 2 years ago

Current

multi_lca submodule depends on bw2data

from bw2data import calculation_setups

Expected

install_requires should not contain bw2data

bw2calc should be useable without the bw2data

I guess the MultiLCA class needs a major refactoring to include the new possibilities of the LCA class.