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