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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user