Breakthrough-Energy / PowerSimData

Simulation framework
https://breakthrough-energy.github.io/docs/
MIT License
52 stars 40 forks source link

chore: add pypsa to install_requires #710

Closed jenhagg closed 1 year ago

jenhagg commented 1 year ago

Purpose

Currently pypsa isn't installed after doing pip install powersimdata or pip install postreise which causes import errors.

What the code is doing

Add pypsa to list of packages installed via pip.

Testing

n/a

Time estimate

1 min