pypsa-meets-earth / pypsa-earth

PyPSA-Earth: A flexible Python-based open optimisation model to study energy system futures around the world.
https://pypsa-earth.readthedocs.io/en/latest/
208 stars 167 forks source link

Fix environment #924

Closed ekatef closed 7 months ago

ekatef commented 7 months ago

Release a restriction of xarray version introduced in #901. A problem which lead previously to troubles, has been fixed in xarray in meantime, and a restricting of xarray version seems to lead to troubles itself: like reported in this PR by @yerbol-akhmetov and by @ Yanonami in a recent Error solve_network in pypsa-eur post in Support channel on Discord.

Changes proposed in this Pull Request

A restriction on xarray version has been removed in this PR. Has tested locally the suggested environment changes, and they seem to work fine.

Checklist

davide-f commented 7 months ago

CI works :D thanks great catch! :) Merged