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

Limit pandas version to < 2.2 #729

Closed ClaraBuettner closed 4 months ago

ClaraBuettner commented 4 months ago

fixes #728

In version 2.2.0 the driver used in the read_sql function was changed. Our code is so far not compatible to these changes, which is why I downgrade to an older pandas version.