sb-ai-lab / Eco2AI

eco2AI is a python library which accumulates statistics about power consumption and CO2 emission during running code.
Apache License 2.0
226 stars 18 forks source link

Compatibility with pandas>2.0 #14

Open PeterHartog opened 5 months ago

PeterHartog commented 5 months ago

Thank you for the helpful package!

A problem I've been having is when I update my environment to use a newer version of pandas, it doesn't allow for higher pandas versions.

Is there any plans to update the package to be compatible with pandas > 2.0?