Skip to content

Commit f90e44f

Browse files
committed
Temporarily pin Scipy in JAX job
1 parent 34c2d31 commit f90e44f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

conda-envs/environment-jax.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ dependencies:
2424
- python-graphviz
2525
- networkx
2626
- rich>=13.7.1
27-
- scipy>=1.4.1
27+
# JAX is only compatible with Scipy 1.13.0 from >=0.4.26, but the respective version of
28+
# JAXlib is still not on conda: https://github.com/conda-forge/jaxlib-feedstock/pull/243
29+
- scipy>=1.4.1,<1.13.0
2830
- typing-extensions>=3.7.4
2931
# Extra dependencies for testing
3032
- ipython>=7.16

0 commit comments

Comments
 (0)