From e70965b429107358702d2c60314afe8262432911 Mon Sep 17 00:00:00 2001 From: lmiranda Date: Sun, 18 Jan 2026 11:25:19 -0500 Subject: [PATCH] fix: Add jupyter and ipykernel to dev dependencies Required to run the notebooks in notebooks/ directory. Co-Authored-By: Claude Opus 4.5 --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 369dd57..1f54cd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,6 +70,10 @@ dev = [ # Pre-commit "pre-commit>=4.0", + # Jupyter + "jupyter>=1.0", + "ipykernel>=6.29", + # Type stubs "pandas-stubs", "types-requests",