Skip to content

Commit 3b65bf4

Browse files
authored
Included the latest stable version of JAX in GitHub actions. Bumped the requirment to jax>=0.7.0. Removed requirements.txt and rely exclusively on pyproject.toml. (#151)
1 parent f6c1870 commit 3b65bf4

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ 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.7.0', '0.7.1', '0.7.2', '0.8.0', '0.8.1', '0.8.2', 'nightly']
2828

2929
exclude:
30-
- python-version: '3.14'
31-
jax-version: '0.6.2'
3230
- python-version: '3.14'
3331
jax-version: '0.7.0'
3432
runs-on: ubuntu-latest

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.7.0",
1818
"orbax-checkpoint",
1919
"uvicorn",
2020
"requests",

requirements.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)