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 7747325 commit 86f4b2cCopy full SHA for 86f4b2c
.azure-pipelines/azure-pipelines-external.yml
@@ -59,7 +59,7 @@ jobs:
59
python -m pip --no-cache-dir install "emcee<3"
60
fi
61
62
- grep -Ev '^cmdstanpy|^emcee' requirements-external.txt | xargs python -m pip install
+ grep -Ev '^cmdstanpy|^emcee' requirements-external.txt | xargs python -m pip install "jax<0.7"
63
64
displayName: 'Install packages'
65
0 commit comments