diff --git a/pyproject.toml b/pyproject.toml index 2d6bf2854..a30923022 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,11 +32,11 @@ dependencies = [ "pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'", "pandas>=2.1.1;python_version>='3.12'", 'tqdm>=4.29', - 'copulas>=0.11.0', + 'copulas>=0.12.0', 'ctgan>=0.10.2', 'deepecho>=0.6.1', - 'rdt>=1.12.3', - 'sdmetrics>=0.16.0', + 'rdt>=1.13.1', + 'sdmetrics>=0.17.0', 'platformdirs>=4.0', 'pyyaml>=6.0.1', ]