Skip to content

Commit 9afed29

Browse files
authored
force more recent jax
1 parent 35e556c commit 9afed29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Dependencies
1616
run: |
1717
python -m pip install --upgrade pip
18-
python -m pip install pytest numpy torch dask[array] jax[cpu]
18+
python -m pip install pytest numpy torch dask[array] jax[cpu]>=0.4.24
1919
2020
- name: Run Tests
2121
run: |

0 commit comments

Comments
 (0)