Skip to content

Commit 8ae296b

Browse files
Upgrade to numpyro version with bugfixes
See #5020
1 parent c6e9153 commit 8ae296b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jaxtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install jax specific dependencies
5959
run: |
6060
conda activate pymc-dev-py39
61-
pip install numpyro tensorflow_probability "jax<0.2.21"
61+
pip install "numpyro>=0.8.0" tensorflow_probability
6262
- name: Run tests
6363
run: |
6464
python -m pytest -vv --cov=pymc --cov-report=xml --cov-report term --durations=50 $TEST_SUBSET

0 commit comments

Comments
 (0)