We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e556c commit 9afed29Copy full SHA for 9afed29
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install Dependencies
16
run: |
17
python -m pip install --upgrade pip
18
- python -m pip install pytest numpy torch dask[array] jax[cpu]
+ python -m pip install pytest numpy torch dask[array] jax[cpu]>=0.4.24
19
20
- name: Run Tests
21
0 commit comments