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 = "*"