From 4981897634eb0af6d8093798095d7d895f03c940 Mon Sep 17 00:00:00 2001 From: ryan-wolbeck Date: Mon, 23 Oct 2023 12:57:24 -0500 Subject: [PATCH] pin scipy to 1.11.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6b2a61..1025182 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ license = "Apache License 2.0" python = ">=3.8, <3.12" scikit-learn = ">=1.0.2" numpy = ">=1.21.2" -scipy = "1.8.1" +scipy = "1.11.3" tqdm = ">=4.3" lifelines = ">=0.25"