Skip to content

Commit 2da2ed1

Browse files
committed
Updated project deps:
- jax: 0.9.0 - added missing PIL - added sentencepiece for Gemma3 tests
1 parent ef7247c commit 2da2ed1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ classifiers = [
1919
]
2020

2121
dependencies = [
22-
"jax >= 0.8.0, < 0.9.0",
23-
"jaxlib >= 0.8.0, < 0.9.0",
22+
"jax >= 0.9.0, < 0.10.0",
23+
"jaxlib >= 0.9.0, < 0.10.0",
2424
# Set flax from source as long as bonsai has no stable release
2525
# "flax >= 0.12.0, < 0.13.0",
2626
"flax @ git+https://github.com/google/flax.git",
2727
"jaxtyping>=0.2.20",
2828
"jinja2>=3.0.0",
2929
"huggingface-hub>=0.20.0",
3030
"transformers >= 4.30.0, < 5.0.0",
31+
"Pillow >= 12.0.0, < 13.0.0", # SAM2 dependency
3132
]
3233

3334
[project.optional-dependencies]
@@ -48,6 +49,7 @@ test-env = [
4849
"h5py",
4950
"diffusers[flax]",
5051
"keras_hub",
52+
"sentencepiece", # for Gemma3 tests
5153
]
5254

5355
testing = [

0 commit comments

Comments
 (0)