From 75918b192e51ae29ee58286ec3b739c048e78ef6 Mon Sep 17 00:00:00 2001 From: Andrea Rizzi Date: Tue, 5 Mar 2024 11:57:25 +0100 Subject: [PATCH] Remove scipy version requirement from pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 110e7865..e66b2fb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "numpy", "pandas", "matplotlib", - "scipy<1.11.0", + "scipy", "KDEpy" ]