Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,13 @@
"tabulate>=0.9.0",
]
jupyter=[
"ipykernel>=6.30.0",
"ipython>=8.0.0",
"ipywidgets>=8.1.1",
"jupyter>=1.0.0",
"jupyterlab>=3.5.0",
"notebook>=6.5.7",
"jupyter-client>=8.0.0",
"jupyterlab>=4.0.0",
"notebook>=7.0.0",
]
# Vision/audio deps for multimodal adapters (Gemma 3n's vision tower needs timm; image
# processors need torchvision). In default-groups so contributor/CI test runs install them,
Expand Down
Loading
Loading