From 781cc8bef2db65ca97d2fa6d8ff99144a6ea8bbf Mon Sep 17 00:00:00 2001 From: BjornFJohansson Date: Tue, 14 Nov 2023 07:05:16 +0000 Subject: [PATCH] left scipy at 1.8.3 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1754f3fa..04ff1fb9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2257,4 +2257,4 @@ gui = ["pyqt5"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "ed791f470334770e9e29e928b8ce046cb683731f296d321cd080c9c792373e68" +content-hash = "408e376f725270a2098626879c9f7147d387fd14b2384e2775937a4955950e80" diff --git a/pyproject.toml b/pyproject.toml index a953a735..c3bc0f4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pydivsufsort = ">=0.0.11" prettytable = ">=3.5.0" pyfiglet = "0.8.post1" pyperclip = { version = ">=1.8.2", optional = true } -scipy = { version = ">=1.8.0", optional = true } +scipy = { version = ">=1.9.3", optional = true } matplotlib = { version = ">=3.4.3", optional = true } pillow = { version = ">=8.4.0", optional = true } pyparsing = { version = ">=2.4.7", optional = true }