Skip to content

Commit

Permalink
Merge pull request #729 from openego/fixes/#728-limit-pandas-version
Browse files Browse the repository at this point in the history
Limit pandas version to < 2.2
  • Loading branch information
CarlosEpia authored Feb 26, 2024
2 parents 1f6a1cf + b4aeaa2 commit 04bf4e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def read(*names, **kwargs):
"loguru",
"matplotlib >= 3.0.3",
"oedialect",
"pandas < 2.2",
"pypsa == 0.26.2",
"rtree",
"saio",
Expand Down

0 comments on commit 04bf4e0

Please sign in to comment.