From 3193857092732faf4858a88713110bbc922d3a2b Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Tue, 17 Dec 2024 14:18:52 -0600 Subject: [PATCH] Bump rdt to 1.13.2 instead of rc --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a954a940c..d30ac26f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ 'copulas>=0.12.0', 'ctgan>=0.10.2', 'deepecho>=0.6.1', - 'rdt>=1.13.2.dev0', + 'rdt>=1.13.2', 'sdmetrics>=0.17.0', 'platformdirs>=4.0', 'pyyaml>=6.0.1',