From af0a2da63080def4992dcfbf5f54c6f4cc341fdb Mon Sep 17 00:00:00 2001 From: Chang Date: Sun, 26 May 2024 13:34:26 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0196b0b..a50cb75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,11 +33,11 @@ dependencies = [ "pandas", "torch", "scipy", - "rdt", + "rdt==1.9.0", "scikit-learn", "graphviz", "pyreadstat", - "sdv >=1.5.0", + "sdv ==1.6.0", "typer", "typed-ast", "wandb",