From cee7254d4a06c0a2ab76a70381bdfe623cf9eebc Mon Sep 17 00:00:00 2001 From: henrydingliu <106109320+henrydingliu@users.noreply.github.com> Date: Tue, 16 Dec 2025 12:41:29 -0800 Subject: [PATCH] Update pyproject.toml fixing jupyter_black dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9b5112df..c4a18e1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,6 +66,7 @@ docs = [ "parso>=0.8", "polars", # For docs examples "statsmodels", # For docs examples + "jupyter_black", ] test = [ "lxml",