From c248047abd9272d9fca1e159af813b06c3e04798 Mon Sep 17 00:00:00 2001 From: Will Dean Date: Sun, 15 Jun 2025 16:40:01 -0400 Subject: [PATCH] make preliz optional --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f26932be..c71183cd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,6 @@ dependencies = [ "scikit-learn", "better-optimize>=0.1.2", "pydantic>=2.0.0", - "preliz", ] [project.optional-dependencies] @@ -52,6 +51,7 @@ dev = [ "dask[all]<2025.1.1", "blackjax", "statsmodels", + "preliz", ] docs = [ "nbsphinx>=0.4.2",