From 199301ade500861432d685805651ba291e7c1256 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Aug 2022 17:10:08 +0100 Subject: [PATCH] Update scipy from 1.8.1 to 1.9.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 072914775..254ab872d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ brotli==1.0.9; platform_python_implementation != "PyPy" brotlicffi==1.0.9.2; platform_python_implementation == "PyPy" unicodedata2==14.0.0; python_version < '3.11' scipy==1.9.0; platform_python_implementation != "PyPy" and python_version <= '3.7' -scipy==1.8.1; platform_python_implementation != "PyPy" and python_version > '3.7' +scipy==1.9.0; platform_python_implementation != "PyPy" and python_version > '3.7' munkres==1.1.4; platform_python_implementation == "PyPy" zopfli==0.2.1 fs==2.4.16