From 60970aff1cf0dd2fd25be01338ce17bf2e66acc4 Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Mon, 13 Jan 2025 17:10:00 -0600 Subject: [PATCH] Testing copulas rc 0.12.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d30ac26f3..a1a5d6188 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ 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.12.0', + 'copulas>=0.12.1.dev0', 'ctgan>=0.10.2', 'deepecho>=0.6.1', 'rdt>=1.13.2',