From f363845a93e0f04ed6e0b7fdf00eea9c97f786b8 Mon Sep 17 00:00:00 2001 From: juanitorduz Date: Wed, 3 Apr 2024 09:34:05 +0200 Subject: [PATCH] test latest version --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6f3c892e..20af270a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ dependencies = [ # NOTE: Keep minimum pymc version in sync with ci.yml `OLDEST_PYMC_VERSION` "pymc>=5.10.4", "scikit-learn>=1.1.1", + "scipy==1.13.0" "seaborn>=0.12.2", "xarray", "xarray-einstats>=0.5.1",