Skip to content

Commit 3422ff1

Browse files
committed
Fix JAX to before 0.7.0
1 parent 0da2c27 commit 3422ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notebook_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install QuTiP
6060
run: |
6161
pip install --upgrade pip
62-
python -m pip install jax jax[cpu] equinox diffrax
62+
python -m pip install "jax<0.7.0" "jax[cpu]<0.7.0" equinox diffrax
6363
git clone -b ${{ matrix.qutip-branch }} https://github.com/qutip/qutip.git
6464
cd qutip
6565
pip install -r requirements.txt

0 commit comments

Comments
 (0)