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 b9f225b commit 53e572cCopy full SHA for 53e572c
.github/workflows/jaxtests.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Install jax specific dependencies
59
run: |
60
conda activate pymc3-dev-py39
61
- pip install numpyro tensorflow_probability
+ pip install numpyro tensorflow_probability "jax<0.2.21"
62
- name: Run tests
63
64
python -m pytest -vv --cov=pymc3 --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET
0 commit comments