From c27eee49236212dca2b0032bfde157eacf1d4523 Mon Sep 17 00:00:00 2001 From: priyakasimbeg Date: Mon, 21 Oct 2024 13:17:24 -0700 Subject: [PATCH] Update setup.cfg Pin scipy version, without this some jax imports may break --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 321020ad9..a5997e745 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,6 +49,7 @@ install_requires = clu==0.0.7 matplotlib>=3.7.2 tabulate==0.9.0 + scipy==1.11.4 python_requires = >=3.8