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 0da2c27 commit 3422ff1Copy full SHA for 3422ff1
.github/workflows/notebook_ci.yaml
@@ -59,7 +59,7 @@ jobs:
59
- name: Install QuTiP
60
run: |
61
pip install --upgrade pip
62
- python -m pip install jax jax[cpu] equinox diffrax
+ python -m pip install "jax<0.7.0" "jax[cpu]<0.7.0" equinox diffrax
63
git clone -b ${{ matrix.qutip-branch }} https://github.com/qutip/qutip.git
64
cd qutip
65
pip install -r requirements.txt
0 commit comments