From fdba9da5c4d4dcbc14e7500a9a24eca5e24550e3 Mon Sep 17 00:00:00 2001 From: Frances Hartwell Date: Thu, 10 Aug 2023 14:42:28 -0400 Subject: [PATCH] temporarily point to RDT master --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5d22f4f60..39f251621 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ 'copulas>=0.9.0,<0.10', 'ctgan>=0.7.4,<0.8', 'deepecho>=0.4.2,<0.5', - 'rdt>=1.6.1,<2', + 'rdt @ git+ssh://git@github.com/sdv-dev/rdt@master#egg=rdt', 'sdmetrics>=0.11.0,<0.12', 'cloudpickle>=2.1.0,<3.0', 'boto3>=1.15.0,<2',