sustainable-computing-io / kepler-model-server

Model Server for Kepler
Apache License 2.0
23 stars 25 forks source link

chore(pyproject): upgrade dependencies #321

Closed sthaha closed 1 month ago

sthaha commented 1 month ago

Code changes required are mostly to address the exception raised when computing mean of columns where some of the columns contained non numeric data.

E.g. df.mean()[numeric_cols] is now changed to df[numeric_cols].mean()


This replaces all dependabot upgrades with a single update that resolves conflict when upgrading individual package.

See: https://github.com/sustainable-computing-io/kepler-model-server/pulls/app%2Fdependabot