Skip to content

Commit 2404990

Browse files
authored
Adds JAX 0.8.2 and bumps the minimum requirement up to 0.6.2 (#158)
1 parent d81e7ca commit 2404990

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
python-version: ['3.11', '3.12', '3.13', '3.14']
27-
jax-version: ['0.6.2', '0.7.0', '0.7.1', '0.7.2', '0.8.0', '0.8.1', 'nightly']
27+
jax-version: ['0.6.2', '0.7.0', '0.7.1', '0.7.2', '0.8.0', '0.8.1', '0.8.2', 'nightly']
2828

2929
exclude:
3030
- python-version: '3.14'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = []
1414
dependencies = [
1515
"absl-py",
1616
"fastapi",
17-
"jax>=0.4.26",
17+
"jax>=0.6.2",
1818
"orbax-checkpoint",
1919
"uvicorn",
2020
"requests",

0 commit comments

Comments
 (0)