From 324ea7c97add92a736cd08532305a0ee4f1eed2a Mon Sep 17 00:00:00 2001 From: DavidHerreros Date: Tue, 25 Jun 2024 13:19:33 +0200 Subject: [PATCH] Testing cache in github actions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85e73d5..2033307 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "pandas", "dataclasses_json", "mrcfile", - "scipy", + "scipy<=1.13.1", "cvxpy", "POT", "aspire",