sdv-dev / CTGAN

Conditional GAN for generating synthetic tabular data.
Other
1.27k stars 287 forks source link

Remove upper bound for pandas #282

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.