Skip to content

Commit 86f4b2c

Browse files
authored
Constrain jax<0.7
Constrain "jax<0.7" due to incompatibility with numpyro.
1 parent 7747325 commit 86f4b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/azure-pipelines-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
python -m pip --no-cache-dir install "emcee<3"
6060
fi
6161
62-
grep -Ev '^cmdstanpy|^emcee' requirements-external.txt | xargs python -m pip install
62+
grep -Ev '^cmdstanpy|^emcee' requirements-external.txt | xargs python -m pip install "jax<0.7"
6363
6464
displayName: 'Install packages'
6565

0 commit comments

Comments
 (0)