Skip to content

Commit 52c4d32

Browse files
committed
Remove JAX 0.7.2 from the unittest matrix and bump the min requirement to 0.8.0
1 parent 94d4080 commit 52c4d32

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.7.2', '0.8.0', '0.8.1', '0.8.2', '0.9.0', 'nightly']
27+
jax-version: ['0.8.0', '0.8.1', '0.8.2', '0.9.0', 'nightly']
2828

2929
runs-on: ubuntu-latest
3030
timeout-minutes: 30

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.7.2",
17+
"jax>=0.8.0",
1818
"orbax-checkpoint",
1919
"uvicorn",
2020
"requests",

0 commit comments

Comments
 (0)