From fadff38e39a407481018c3cb3499109f342c5af0 Mon Sep 17 00:00:00 2001 From: Ricardo Vieira Date: Mon, 15 Apr 2024 12:55:35 +0200 Subject: [PATCH] Temporarily pin Scipy in JAX job --- conda-envs/environment-jax.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conda-envs/environment-jax.yml b/conda-envs/environment-jax.yml index 0ef618dd2c..2f51697142 100644 --- a/conda-envs/environment-jax.yml +++ b/conda-envs/environment-jax.yml @@ -24,7 +24,9 @@ dependencies: - python-graphviz - networkx - rich>=13.7.1 -- scipy>=1.4.1 +# JAX is only compatible with Scipy 1.13.0 from >=0.4.26, but the respective version of +# JAXlib is still not on conda: https://github.com/conda-forge/jaxlib-feedstock/pull/243 +- scipy>=1.4.1,<1.13.0 - typing-extensions>=3.7.4 # Extra dependencies for testing - ipython>=7.16