sdv-dev / SDMetrics

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

Remove upper bound for pandas #338

Closed pvk-developer closed 1 year ago

pvk-developer commented 1 year ago

Problem Description

With the newly released pandas 2.0 it would nice to support it across the sdv-dev libraries.

Expected behavior

The newly expected version for pandas should be only >= than the minimum supported without upper bound. After the changes are done, both minimum and newest version should work properly.