Skip to content

Commit ccfa75a

Browse files
authored
Update pyproject.toml
Add ipykernel dependencies (to support notebooks out of the box)
1 parent 973d614 commit ccfa75a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ package_name = { path = ".", editable = true }
2424
pandas = "*"
2525
numpy = "*"
2626
ruff = "*"
27+
ipykernel = "*"
2728
python-dotenv = "*"
2829
pre-commit = "*"
2930
beartype = "*"

0 commit comments

Comments
 (0)