From b6328239cef3c7d434b9ff2b76f24581f1f1044c Mon Sep 17 00:00:00 2001 From: Roy Wedge Date: Mon, 13 Jan 2025 17:44:06 -0600 Subject: [PATCH] point to copulas release candidate --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12bc8af0..ef2bf4e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ rdt = { main = 'rdt.cli.__main__:main' } [project.optional-dependencies] -copulas = ['copulas@git+https://git@github.com/sdv-dev/copulas.git',] +copulas = ['copulas==0.12.1.dev0',] pyarrow = ['pyarrow>=17.0.0'] test = [ 'rdt[pyarrow]',