fix: Add jupyter and ipykernel to dev dependencies

Required to run the notebooks in notebooks/ directory.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-18 11:25:19 -05:00
parent 25954f17bb
commit e70965b429

View File

@@ -70,6 +70,10 @@ dev = [
# Pre-commit # Pre-commit
"pre-commit>=4.0", "pre-commit>=4.0",
# Jupyter
"jupyter>=1.0",
"ipykernel>=6.29",
# Type stubs # Type stubs
"pandas-stubs", "pandas-stubs",
"types-requests", "types-requests",