From ccfa75a9486e35e71e0c437ad8d5a91fcd878f6b Mon Sep 17 00:00:00 2001 From: Ulf Aslak Date: Fri, 8 Aug 2025 13:22:53 +0200 Subject: [PATCH] Update pyproject.toml Add ipykernel dependencies (to support notebooks out of the box) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0ad584c..e31b676 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ package_name = { path = ".", editable = true } pandas = "*" numpy = "*" ruff = "*" +ipykernel = "*" python-dotenv = "*" pre-commit = "*" beartype = "*"