oemof / demandlib

Creating heat and power demand profiles from annual values.
https://oemof.org
MIT License
54 stars 38 forks source link

Setup requirement of pandas #27

Closed SabineHaas closed 3 years ago

SabineHaas commented 3 years ago

The requirement of demandlib for pandas is pandas >= 0.18.0, < 0.25.

I install the demandlib in a package that uses xarray, which is incompatible with demandlib as it requires pandas >= 0.25.

Do you see a problem in loosening the limit and allowing pandas < 1.1.0 or pandas >= 0.25.? I didn't have a problem with that creating power and heat demand profiles but as there are no tests of the demandlib, I cannot be sure, of course.

p-snft commented 3 years ago

I added a PR with an updated setup.py. Would you check it, @SabineHaas?