Skip to content

Commit e45e958

Browse files
authored
MAINT: pin jax==0.4.2 for all workflow (#316)
* MAINT: pin jax==0.4.2 for all workflow * add back in numpyro
1 parent 592faa0 commit e45e958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install Jax and Upgrade CUDA
6161
shell: bash -l {0}
6262
run: |
63-
pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
63+
pip install --upgrade "jax[cuda]==0.4.2" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
6464
pip install --upgrade "numpyro[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
6565
nvidia-smi
6666
- name: Install latex dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install Jax and Upgrade CUDA
6767
shell: bash -l {0}
6868
run: |
69-
pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
69+
pip install --upgrade "jax[cuda]==0.4.2" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
7070
pip install --upgrade "numpyro[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
7171
nvidia-smi
7272
- name: Display Conda Environment Versions

0 commit comments

Comments
 (0)