openego / eTraGo

Optimization of flexibility options for transmission grids based on PyPSA
GNU Affero General Public License v3.0
30 stars 13 forks source link

incompatible python version due to pypsa restriction #718

Closed IsGut closed 3 months ago

IsGut commented 4 months ago

in your release for version 0.9.0 you mention: eTraGo is now compatible with Python 3.8 in your setup.py you specify restriction: "pypsa == 0.26.2" in pypsa 0.26.2: python_requires=">=3.9"

ClaraBuettner commented 4 months ago

The dev-branch needs python3.10. That is unfortunately not part of the documentation so far as we often only update the documentation when releasing. I will see if I can already document this somewhere.