From 1b87761abeb3889f314fa12ce984b585a49af0f3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Jul 2024 16:50:06 +0100 Subject: [PATCH] Update scipy from 1.13.1 to 1.14.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aaf9b45c8..b01030b37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ brotli==1.1.0; platform_python_implementation != "PyPy" brotlicffi==1.1.0.0; platform_python_implementation == "PyPy" unicodedata2==15.1.0; python_version <= '3.11' scipy==1.10.0; platform_python_implementation != "PyPy" and python_version <= '3.8' # pyup: ignore -scipy==1.13.1; platform_python_implementation != "PyPy" and python_version >= '3.9' +scipy==1.14.0; platform_python_implementation != "PyPy" and python_version >= '3.9' munkres==1.1.4; platform_python_implementation == "PyPy" zopfli==0.2.3 fs==2.4.16