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 34c2d31 commit f90e44fCopy full SHA for f90e44f
conda-envs/environment-jax.yml
@@ -24,7 +24,9 @@ dependencies:
24
- python-graphviz
25
- networkx
26
- rich>=13.7.1
27
-- scipy>=1.4.1
+# 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
30
- typing-extensions>=3.7.4
31
# Extra dependencies for testing
32
- ipython>=7.16
0 commit comments