Skip to content

Commit d81e7ca

Browse files
authored
Revert "Included the latest stable version of JAX in GitHub actions. Bumped t…" (#155)
This reverts commit 3b65bf4.
1 parent 3b65bf4 commit d81e7ca

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/test.yml

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

2929
exclude:
30+
- python-version: '3.14'
31+
jax-version: '0.6.2'
3032
- python-version: '3.14'
3133
jax-version: '0.7.0'
3234
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.7.0",
17+
"jax>=0.4.26",
1818
"orbax-checkpoint",
1919
"uvicorn",
2020
"requests",

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
jax[cpu]>=0.5.1
2+
absl-py
3+
orbax-checkpoint
4+
uvicorn
5+
fastapi
6+
google-cloud-logging

0 commit comments

Comments
 (0)