From 6e3cb39c949ee41c0ab99af74faa68843de6bc30 Mon Sep 17 00:00:00 2001 From: rwedge Date: Fri, 10 Jan 2025 13:46:32 -0600 Subject: [PATCH] point at copulas default branch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 635f0af2..12bc8af0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ rdt = { main = 'rdt.cli.__main__:main' } [project.optional-dependencies] -copulas = ['copulas>=0.12.0',] +copulas = ['copulas@git+https://git@github.com/sdv-dev/copulas.git',] pyarrow = ['pyarrow>=17.0.0'] test = [ 'rdt[pyarrow]',