Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
python -m pip --no-cache-dir install git+https://github.com/stan-dev/cmdstanpy@develop#egg=cmdstanpy
fi

python -m pip --no-cache-dir install emcee>=3 h5py
python -m pip --no-cache-dir install pystan pyro-ppl>=1 numpyro jax
python -m pip --no-cache-dir install "emcee>=3" h5py
python -m pip --no-cache-dir install pystan "pyro-ppl>=1" numpyro "jax<0.10.0"

displayName: 'Install external dependencies'

Expand Down
Loading