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",