sdv-dev / SDMetrics

Metrics to evaluate quality and efficacy of synthetic datasets.
https://docs.sdv.dev/sdmetrics
MIT License
201 stars 45 forks source link

Add dependency checker #547

Closed amontanez24 closed 5 months ago

amontanez24 commented 5 months ago

Problem Description

As a developer, I'd like to know if a new version of a library we depend on is incompatible or not so that we can make changes to support it.

We want to add an automated dependency checker that will install the latest versions of each dependency, run the tests against our library and then update the latest supported dependencies in a file. The bot can open a pull request to do this.

Expected behavior

To support this, the following changes need to be made:

  1. We have to uncap our dependencies

Additional context