File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Python 3 Conda:
7171 export EXTRA_INSTALL="scipy"
7272
7373 # Avoid crashes like https://gitlab.tiker.net/inducer/arraycontext/-/jobs/536021
74- sed -i 's/ jax/jax !=0.4.6/' .test-conda-env-py3.yml
74+ sed -i '/^- jax$/s/$/ !=0.4.6/' .test-conda-env-py3.yml
7575
7676 curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project-within-miniconda.sh
7777 . ./build-and-test-py-project-within-miniconda.sh
Original file line number Diff line number Diff line change @@ -15,3 +15,5 @@ dependencies:
1515- islpy
1616- pip
1717- jax
18+ # https://github.com/inducer/arraycontext/pull/366
19+ - jaxlib !=0.10.2
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ dependencies = [
3636
3737[project .optional-dependencies ]
3838jax = [
39- " jax>=0.4" ,
39+ # https://github.com/inducer/arraycontext/pull/366
40+ " jax>=0.4,!=0.10.2" ,
4041]
4142pyopencl = [
4243 " islpy>=2024.1" ,
You can’t perform that action at this time.
0 commit comments