From 7e97fea856683c2a7777b8edf5bdd50f59bcfa1e Mon Sep 17 00:00:00 2001 From: Danny Dunlavy Date: Mon, 6 Jan 2025 16:27:07 -0700 Subject: [PATCH] scipy version backoff scipy 1.15.0 breaks pyttb, pinning to earlier version, need to update moving forward --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d0f1c5..45604a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.9" dependencies = [ "numpy<3.0,>=1.24", "numpy_groupies>0.11", - "scipy>1.9", + "scipy<1.15,>1.9", "matplotlib>3.7", ] @@ -139,4 +139,4 @@ ignore-words-list = [ "COO", "nd", "als", -] \ No newline at end of file +]