2 Commits

Author SHA1 Message Date
ae3742630e Merge feature/add-jupyter-dependency into development
Some checks failed
CI / lint-and-test (push) Has been cancelled
2026-01-18 11:25:20 -05:00
e70965b429 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>
2026-01-18 11:25:19 -05:00

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