From 1e0f36a010ead7a28fa25941cc087209fe76bf5a Mon Sep 17 00:00:00 2001 From: R-Palazzo Date: Fri, 2 Aug 2024 15:23:29 +0200 Subject: [PATCH] pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 026cebf80..463c48d9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ 'copulas>=0.11.0', 'ctgan>=0.10.0', 'deepecho>=0.6.0', - 'rdt>=1.12.0', + 'rdt @ git+https://github.com/sdv-dev/RDT@issue-855-int-floatformatter', 'sdmetrics>=0.14.0', 'platformdirs>=4.0', 'pyyaml>=6.0.1',