From 9205d0d0fe64a7ab172aa8ffdc9f4759fa0fdf11 Mon Sep 17 00:00:00 2001 From: ryan-wolbeck Date: Mon, 23 Oct 2023 12:49:57 -0500 Subject: [PATCH] pin scipy to 1.8.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a41eda..d6b2a61 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.7.2" +scipy = "1.8.1" tqdm = ">=4.3" lifelines = ">=0.25"