Skip to content

Commit 6554628

Browse files
Merge branch 'main' into whisper
2 parents f1dd038 + 4df6948 commit 6554628

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,17 @@ dependencies = [
2626
"jinja2",
2727
"setuptools",
2828
"huggingface-hub",
29-
"transformers",
29+
"transformers", # for the tokenizer and checkpoint
3030
"xprof-nightly",
31-
"pillow>=11.3.0",
3231
"xprof",
3332
]
3433

3534
[project.optional-dependencies]
3635
qwen3 = []
3736
resnet50 = []
38-
sam2 = []
37+
sam2 = [
38+
"pillow>=11.3.0",
39+
]
3940

4041
all = [
4142
"jax-bonsai[qwen3]",

0 commit comments

Comments
 (0)